Skip to content
Advertisement

code event[] calendar in laravel 8 not working

I created a calendar with laravel 8 and PHP 8,it is running ok in php 7 but I have to upgrade to php 8 because of the demands of the times I have successfully saved data in the database but the data in mysql does not appear in the calendar, even though I have used event[], I have checked that the data from mysql can come out but the data does not appear in the calendar, I can’t find error message, I sent my code for you to check, please help me, thx

K_JadwalController

JavaScript

index.blade.php

JavaScript

this is my route

JavaScript

your help means a lot to me, thx

Advertisement

Answer

I have got the answer, I hope it helps if you want to make a calendar in Laravel

my controller :

JavaScript

my index.blade.php :

JavaScript

my route :

JavaScript

thanks

Advertisement