laravel-fullcalendar
laravel-fullcalendar copied to clipboard
Laravel FullCalendar.io Helper
I am using Laravel 5.8 and had the following issues installing: D:\xampp\htdocs\laravel-fullcalendar>composer require maddhatter/laravel-fullcalendar Using version ^1.3 for maddhatter/laravel-fullcalendar ./composer.json has been updated Loading composer repositories with package information Updating...
please fix this for laravel 6
Hello how to ı added ekstra field in boostrap poppover ? ` $events = []; $data = Takvim::all(); if($data->count()) { foreach ($data as $key => $value) { $events[] = Calendar::event(...
Ups the Illuminate\Support to version 6 to support Laravel 6
How to display multiple Calendar on same page .
I am this error , please help me asap how to resolve this error Class 'Calender' not found
I uploaded my app to my production server and when I want to update composer that error shows on console. ``` In ProviderRepository.php line 208: Class 'MaddHatter\LaravelFullcalendar\ServiceProvider' not found ```...
This is my code, > ` /* ... */ {!! $calendar->calendar() !!} {!! $calendar->script() !!} $(function() { ; $('#{{$calendar->getId()}}').fullCalendar({ selectable: true, header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay'...
Im trying to change the language to french but im a total newby with this package how can we do that please ?
How do i access the event's title for example?