Citizen
Citizen
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
From the docs, making a theme was definitely the way to go. Thank you!
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
Sent!
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
Thanks I think for now I'll keep it simple but I'll dm when I get to the advanced stuff
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I'll make a theme and have fun with it, thanks!
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
🙂
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I'm portugese as well, but in USA. Obrigado friend
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
Having one sheet per panel kinda makes sense which is why I did it this way
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I'm new and definitely want to do things the 'right' way
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
Should I anyway?
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I didnt want to do a whole theme just to add a few classes to the main div
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I solved it by adding it to vite since I use @apply tailwind classes. This works for me:
->assets([
Css::make('filament-organize', Vite::asset('resources/css/filament-organize.css')),
]);
->assets([
Css::make('filament-organize', Vite::asset('resources/css/filament-organize.css')),
]);
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
I added a pull request here to add this to the config docs since it isn't clear. Is this accurate? https://github.com/filamentphp/filament/pull/14629
25 replies
FFilament
Created by Citizen on 10/25/2024 in #❓┊help
Panel ->assets() result in 404. What am I missing?
Ok, so I found in the assets docs that I need to run php artisan filament:assets which I did and now it works. Do we just need to know this command and run it when we make css changes, or should this be added to my npm run dev command somehow? What's the normal setup here?
25 replies