Citizen
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:
25 replies