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

Update for laravel 6

Open dabates opened this issue 6 years ago • 5 comments

Ups the Illuminate\Support to version 6 to support Laravel 6

dabates avatar Sep 05 '19 20:09 dabates

I forked the Project and added the changes...

https://github.com/sstratford/laravel-fullcalendar

sstratford avatar Jan 06 '20 16:01 sstratford

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.

dabates avatar Jan 06 '20 19:01 dabates

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 avatar Mar 13 '20 16:03 LarsBrinkman

@LarsBrinkman https://stackoverflow.com/questions/13498519/how-to-require-a-fork-with-composer

tanerkay avatar Mar 20 '20 00:03 tanerkay

@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?

LarsBrinkman avatar Mar 20 '20 13:03 LarsBrinkman