Voyager Calendar Events
![Total Downloads][ico-downloads]
, (*1)
Laravel Voyager Calendar Events BREAD., (*2)
Installation
Via Composer, (*3)
``` bash
$ composer require codelabs/voyagercalendarevents, (*4)
## Usage
Publish the config file (choose `voyagercalendarevents.config`)
``` bash
php artisan vendor:publish
Seed the Voyager database tables
``` bash
php artisan db:seed --class="Codelabs\VoyagerCalendarEvents\Database\Seeds\DatabaseSeeder", (*5)
Done!
## Change log
* Initial Development
## Testing
``` bash
$ composer test
Contributing
Please see contributing.md for details and a todolist., (*6)
Security
If you discover any security related issues, please email shawn@codelabs.ca instead of using the issue tracker., (*7)
Credits
License
MIT. Please see the license file for more information., (*8)