therealedatta / laravel-fullcalendar
Laravel helper for FullCalendar.io
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 266
pkg:composer/therealedatta/laravel-fullcalendar
Requires
- php: >=7.2.5
- illuminate/support: ~7.0|~8.0
This package is not auto-updated.
Last update: 2025-12-13 06:58:17 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