Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (46 loc) · 1.89 KB

readme.md

File metadata and controls

66 lines (46 loc) · 1.89 KB

Voyager Calendar Events

Latest Version on Packagist Total Downloads Build Status Build Status

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 [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.