Walid
Walid
FFilament
Created by Walid on 11/20/2023 in #❓┊help
CSS isn't working after deploying filamentphp app to free hosting for testing.
Thank you so much
6 replies
FFilament
Created by Walid on 11/20/2023 in #❓┊help
CSS isn't working after deploying filamentphp app to free hosting for testing.
I didn't change anything from .env this is my .env file: APP_NAME=Skyle APP_ENV=local APP_KEY=my_app_key APP_DEBUG=true APP_URL=http://localhost:8000 by the way i am using ngrok
6 replies
FFilament
Created by Oumaima on 9/2/2023 in #❓┊help
View page
you can work with policies in laravel documentations
4 replies
FFilament
Created by Walid on 8/29/2023 in #❓┊help
Showing resource in all panels
i duplicate ->discoverResources() and it work's, Thank you so mush

->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverResources(in: app_path('Filament/App/Resources'), for: 'App\\Filament\\App\\Resources')

->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverResources(in: app_path('Filament/App/Resources'), for: 'App\\Filament\\App\\Resources')
7 replies