Open jaysoniscale opened 6 years ago
@jaysoniscale It is important that you load jQuery and Moment’s JS files before loading FullCalendar’s JS files. You forgot include the link to jQuery lib before MomentJS's file.
did you fix this? having the same problem
Check your layouts.app file
If you have a line like:
<script src="{{ asset('js/app.js') }}" defer></script>
Try removing the "defer" attribute:
<script src="{{ asset('js/app.js') }}"></script>
Hi, I'm having this error when using laravel-fullcalendar.