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
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^6.3
- spatie/laravel-json-api-paginate: ^1.7
- spatie/laravel-query-builder: ^2.8
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~4.0
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-03-06 19:51:56 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