Looking to hire Laravel developers? Try LaraJobs

laravel-calendar maintained by waynebrummer

Description
Provides an easy to use wrapper to collect public holidays & other types. + API layer to a calender
Last update
2020/03/06 09:26 (dev-master)
License
Links
Downloads
189

Comments
comments powered by Disqus

Laravel Calendar APIer

.env settings

Via Composer:

composer require waynebrummer/laravel-calendar

Publish the config file:

php artisan vendor:publish --provider="Pace\Calendar\ServiceProvider"

Where to start if you want to tap the event:

Begin by extending the event to your listener in App\Providers\EventServiceProvider.php. Thats about it for hooking it up.

It will trigger an event from CalendarEvent


```php
php artisan collect:calendar