waynebrummer/laravel-calendar

Provides an easy to use wrapper to collect public holidays & other types. + API layer to a calender

dev-master / 1.0.x-dev 2020-03-06 08:26 UTC

This package is auto-updated.

Last update: 2024-04-06 17:56:38 UTC


README

.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