How to collapse sidebar in filament php by default
I’m using filament php in Laravel and everything works well. However, when I login the sidebar in mobile is visible by default. How can I collapse it by default?
Laravel Filament Custom Form Field With Livewire Event
I need a custom form field that loads inside a modal during an action on my form, like this:
Filament PHP 3 (laravel) how to open a custom modal from form button?
I’m not finding much documented to do what i need. I can create an action button based on this: https://filamentphp.com/docs/3.x/actions/modals
How to add an icon in a page title on FilamentPHP?
I am using FilamentPHP. I have a page where I override the page title, but I want to add an icon of a star next to the title based on an attribute of my model. Below is a poor man’s version with just the word star, but not the icon heroicon-o-star.