Skip to content

WayneBrummer/laravel-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Eventer to get public holidays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages