codelabs / voyagercalendarevents
:description
Installs: 7 002
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 2
Requires
- illuminate/support: ~5
- tcg/voyager: ^1.1
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2021-05-10 11:26:00 UTC
README
Laravel Voyager Calendar Events BREAD.
Installation
Via Composer
$ composer require codelabs/voyagercalendarevents
Usage
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!
Change log
- Initial Development
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email shawn@codelabs.ca instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.