PHPackages                             dewsign/nova-events - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. dewsign/nova-events

ActivePackage[Admin Panels](/categories/admin)

dewsign/nova-events
===================

An Events CMS for Laravel Nova

v1.0.2(5y ago)01301[1 issues](https://github.com/dewsign/nova-events/issues)MITPHPPHP &gt;=7.0.0CI failing

Since Aug 23Pushed 5y ago3 watchersCompare

[ Source](https://github.com/dewsign/nova-events)[ Packagist](https://packagist.org/packages/dewsign/nova-events)[ RSS](/packages/dewsign-nova-events/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (8)Versions (40)Used By (0)

Nova Events
===========

[](#nova-events)

An Events CMS for Laravel Nova.

Installation
------------

[](#installation)

`composer require dewsign/nova-events`

Run the migrations:

```
php artisan migrate
```

Templates
---------

[](#templates)

This package doesn't come with any pre-made templates. Simply replace the published `resources/view/vendor/nova-events/show.blade.php` view, or create new templates inside the `resources/view/vendor/nova-events/templates` folder. When more than one template exists, a select option will be displayed on within nova where you can select the template for the event.

Configuration
-------------

[](#configuration)

### Customisation

[](#customisation)

If you want more control, you can specify which Nova Resources and Models to use. Because of the way nova reads the model from a static veriable, you **must** provide your own custom resource if you choose to use a custom model.

```
// config/nova-events.php

'models' => [
    'event' => 'App\Event',
],
'resources' => [
    'event' => 'App\Nova\Event',
],
```

### Nova Resource Group

[](#nova-resource-group)

This will change the group name in the Nova admin sidebar.

```
'group' => 'Events',
```

Routing
-------

[](#routing)

All event routing is included under the `/events` slug.

Factories &amp; Seeders
-----------------------

[](#factories--seeders)

This package comes with pre-made factories and seeders. Should you wish to use them in your application, simply call the seeder or use the factory provided.

```
// database/seeds/DatabaseSeeder.php

public function run()
{
    $this->call(Dewsign\NovaEvents\Database\Seeds\EventSeeder::class)
}
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Recently: every ~40 days

Total

38

Last Release

2118d ago

Major Versions

v0.14.0 → v1.0.02020-02-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/767ab4e0eedaace1862603a74f2c37f2ef7f72811855d4748a3b8d02f3ad81df?d=identicon)[dewsign](/maintainers/dewsign)

---

Top Contributors

[![crumb1e](https://avatars.githubusercontent.com/u/18497168?v=4)](https://github.com/crumb1e "crumb1e (130 commits)")[![m2de](https://avatars.githubusercontent.com/u/17720020?v=4)](https://github.com/m2de "m2de (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dewsign-nova-events/health.svg)

```
[![Health](https://phpackages.com/badges/dewsign-nova-events/health.svg)](https://phpackages.com/packages/dewsign-nova-events)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
