Can you help me I have symfony3.3.13 and I installed this bundle, it appears but I have a problem with ajax: / full-calendar / load error 404 ???
What should I put in the file EventCustom.php instead of "Your fields":
namespace AppBundle \ Entity;
use AncaRebeca \ FullCalendarBundle \ Model \ FullCalendarEvent;
class CalendarEvent extends FullCalendarEvent
{
// Your fields
}
Do I have to create a particular table?
Thank you for your help and your work for this Bundle
Can you help me I have symfony3.3.13 and I installed this bundle, it appears but I have a problem with ajax: / full-calendar / load error 404 ???
What should I put in the file EventCustom.php instead of "Your fields":
namespace AppBundle \ Entity;
use AncaRebeca \ FullCalendarBundle \ Model \ FullCalendarEvent;
class CalendarEvent extends FullCalendarEvent
{
// Your fields
}
Do I have to create a particular table?
Thank you for your help and your work for this Bundle