Citizen
Citizen
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I'm new to Filament and have been following the guide. I got to this point and followed the directions to create a custom css sheet in resources/css/filament-organize.css: https://filamentphp.com/docs/3.x/panels/configuration#registering-assets-for-a-panel In my network tab, I get this error: http://localhost/css/app/filament-organize.css?v=3.2.121.0 404 not found Sure enough, that file doesn't exist at that path. Do I need to do anything else config-wise to get this to work? My code:
->assets([
Css::make('filament-organize', resource_path('css/filament-organize.css')),
]);
->assets([
Css::make('filament-organize', resource_path('css/filament-organize.css')),
]);
25 replies