LaravelPackages.net
Acme Inc.
Toggle sidebar
waynebrummer/laravel-calendar

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

189
0
About waynebrummer/laravel-calendar

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

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

Star History Chart