laravel-fullcalendar
laravel-fullcalendar copied to clipboard
Update for laravel 6
Ups the Illuminate\Support to version 6 to support Laravel 6
I forked the Project and added the changes...
https://github.com/sstratford/laravel-fullcalendar
I forked the Project and added the changes...
https://github.com/sstratford/laravel-fullcalendar
I have also got a personal fork that I've been using as well.
I forked the Project and added the changes... https://github.com/sstratford/laravel-fullcalendar
I have also got a personal fork that I've been using as well.
Hey, I've never forked something before on Github, let alone use it. But how can I use the version you forked for my project? Can I still use the require command in the terminal or?
Thanks in advance!
@LarsBrinkman https://stackoverflow.com/questions/13498519/how-to-require-a-fork-with-composer
@LarsBrinkman https://stackoverflow.com/questions/13498519/how-to-require-a-fork-with-composer
Thanks!! Now I've stumbled upon the next problem... I'm using Backpack for Laravel and this uses jQuery 3.4.1, while FullCalender uses jQuery 3.1.1. Somehow this does not work... When I paste it on a blank blade, the calendar works. But when I use the master layout of Backpack, it doesn't recognize jQuery or it says TypeError $(...).FullCalendar is not a function.
Any ideas on how to solve this?