Download the PHP package creode/laravel-nova-events without Composer
On this page you can find all versions of the php package creode/laravel-nova-events. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creode/laravel-nova-events
More information about creode/laravel-nova-events
Files in creode/laravel-nova-events
Package laravel-nova-events
Short Description Add Events to your Laravel Nova project.
License MIT
Homepage https://github.com/creode-modules/laravel-nova-events
Informations about the package laravel-nova-events
Laravel Nova Events
Exposes some simple event functionality within Laravel Nova.
Installation
Installation for this package is simple, just require the package via composer:
Usage
Migrations
Once installed, you will need to run the migrations to create the required database tables:
Configuration
You will also need to publish the config file to set up the required settings:
This will create a config/nova-blog.php
file which you can use to configure the package.
Customising the Events Model
The default Event model can be replaced to allow you to add new features to it within your main application. This can easily be done by changing the model in the config/nova-events.php
file:
Querying Events
You can make queries on blogs by using the Repository class:
Seeding Events
You can seed events using the EventFactory:
All versions of laravel-nova-events with dependencies
creode/laravel-repository Version ^1.0
creode/nova-publishable Version ^1.0
laravel/nova Version ^4.0
spatie/laravel-package-tools Version ^1.14.0