laravel-fullcalendar icon indicating copy to clipboard operation
laravel-fullcalendar copied to clipboard

Laravel FullCalendar.io Helper

Results 74 laravel-fullcalendar issues
Sort by recently updated
recently updated
newest added

The package seems to work fine in Laravel 6 and 7, it just needs the composer dependency updating.

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

As in the read me file the following works. ``` $event = \Calendar::event( "Valentine's Day", //event title true, //full day event? '2015-02-14', '2015-02-14', 1, [ 'url' => 'http://full-calendar.io', ] `);...

why you are using this package for the few below lines of codes and taking the pain of package update? include the required **css** and **js** of your specific examples....

Console Error $(...).fullCalendar is not a function Laravel 5.8.* Not Showing Calendar (With error) with Fulcalendar 4.3.0 Working with Fullcalendar 3.9.0 "maddhatter/laravel-fullcalendar": "^1.3" NOTE:Is this package really abandoned??, what better...

Completing update from comment at https://github.com/maddhatter/laravel-fullcalendar/pull/148#discussion_r323559300 to complete this PR