frictionlessdigital / laravel-ical
Laravel warraper for creating iCalendars.
Installs: 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.3 || ^8.0
- eluceo/ical: ^0.16
- illuminate/support: ^8.0 || ^9.0
README
Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars.
Installation
Via Composer:
composer require frictionlessdigital/laravel-ical
Config
Publish the config to change the default settings :
artisan vendor:publish --provider="Betta\LaravelIcal\ICalendarServiceProvider" --tag=config
Migrations
Package does not require any migrations
Integration
Usage
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email cyrill@frictionlesssolutions.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.