Full width FilamentPHP
I don't understand why, but since this morning on my whole application there is a problem : the menu on the left is not taken into account.
I tried to update filament, clear cache and components, try to remove plugins, inspect code on browser... I can't fix it.
Is someone has an idea ?
If you need additional informations please let me know. I use Filament v3.2.62.
Thank you
3 Replies
Solution
npm run build
In a latest PR dan shared a handy tip, to add npm run build to the autoloader. Then you don’t have to think about it. I seriously had too often i had some weird formatting issue and it was down to me not running the command above. 🥲
Arf thank you Forever, sorry for inconvenience
Ok perfect I'll do that, thank you Spoof !