rullyka
How To Deploy Filament in subdirectory
I have a Laravel 10 project with Filament 3 that runs normally in development. However, when I tried to deploy it to a subdirectory (mydomaindotcom/project), I encountered issues - the URLs cannot be accessed and always redirect to mydomaindotcom. Could you help me with this?
6 replies
multiple filament panels cannot be CRUD in non-default panels
I just created a laravel project with filament v3 with multiple panels to divide users according to level. Everything went well until one day I created 1 resource in one of the panels (not the main panel), the CRUD successfully appeared but when I entered the data it could not, delete it could not, edit it could not. Is there any other setting?
4 replies