Laravel Voyager Calendar Events BREAD.
Via Composer
$ composer require codelabs/voyagercalendarevents
Publish the config file (choose voyagercalendarevents.config
)
php artisan vendor:publish
Seed the Voyager database tables
php artisan db:seed --class="Codelabs\VoyagerCalendarEvents\Database\Seeds\DatabaseSeeder"
Done!
- Initial Development
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.