Provides an easy to use wrapper to collect public holidays & other types. + API layer to a calender
waynebrummer/laravel-calendar is a Laravel package for provides an easy to use wrapper to collect public holidays & other types. + api layer to a calender.
It currently has 0 GitHub stars and 189 downloads on Packagist.
Install it with composer require waynebrummer/laravel-calendar.
Discover more Laravel packages by waynebrummer
or browse all Laravel packages to compare alternatives.
Last updated
.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.
```php
php artisan collect:calendar