therealedatta / laravel-fullcalendar
Laravel helper for FullCalendar.io
v1.4.1
2021-08-26 10:53 UTC
Requires
- php: >=7.2.5
- illuminate/support: ~7.0|~8.0
This package is not auto-updated.
Last update: 2025-04-05 03:06:27 UTC
README
This is a simple helper package to make generating http://fullcalendar.io in Laravel apps easier.
Thanks to @maddhatter for the initial repo for laravel < 7 and @acaronlex to make it working in Laravel 7 & 8.
This package is intended to replace the maddhatter package in Laravel 7 & 8 without improvements. Full Calendar version used should be and old version.
Installing
Require the package with composer using the following command:
composer require therealedatta/laravel-fullcalendar