Willy
Explore posts from serversOpen modal on page load
I saw that it is possible to execute an action when the page is loaded
https://filamentphp.com/docs/3.x/panels/pages#opening-an-action-modal-when-a-page-loads
There he gives the example of passing the action through the url
I didn't find it in the doc, but I saw that I can do the same for a table action if I pass tableAction instead of action. My question is, how do I pass the 'record' argument to my edit action?
3 replies
Specify a directory when creating a resource
Does anyone know if it is possible for me to specify in which directory I want the resource to be created?
Inside the Resources folder I have two other folders, one Admin and one App, how can I say that I want a resource to be created in the App directory?
3 replies