You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the fullcalander plugin in my project in Laravel with filament.
I would like to override the function of clicking on a day in the calendar and adapt it to my needs.
I have this function as it is in the plugin code:
I want to adapt it to my needs. So that when I click on a day in the calendar it will open for me
A resource I created earlier with all its CRUD functionality.
I did succeed in overriding the existing function, but I am unable to read the create form of the resource I created on this page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the fullcalander plugin in my project in Laravel with filament.
I would like to override the function of clicking on a day in the calendar and adapt it to my needs.
I have this function as it is in the plugin code:
I want to adapt it to my needs. So that when I click on a day in the calendar it will open for me
A resource I created earlier with all its CRUD functionality.
I did succeed in overriding the existing function, but I am unable to read the create form of the resource I created on this page.
How can I call the resource in my function?
Beta Was this translation helpful? Give feedback.
All reactions