Filamentphp v4 , database notifications
Is there a way to listen or hook into when a user switches team?
unable to disable dark mode for individual components (Modal)
Table Repeater using a Lookup with Inputs to modify the line details
Tailwind CSS in Filament Packages - Best Practice?
How to dynamicly show/hide certain wizard step based on choice?
Step::make('step')
->visible(fn ($get) => $get('show') === 'no')
show field has ->live()...MergeTag autocomplete not working in action modal
🐛 Bug Report: Tenant Menu Dropdown Not Appearing

Filament V3 , How can I use filament's date time picker in A custom Filament Page
Multi RichEditor problem
SpatieMediaLibraryFileUpload on a related record
Spatie\MediaLibrary\HasMedia and uses the Spatie\MediaLibrary\InteractsWithMedia trait.
Using SpatieMediaLibraryFileUpload component in a form in User resource works fine, it loads the media when you're in the Edit page....How to properly use the listWithLineBreaks method from TextColumn
TextColumn listWithLineBreaks function paired with some JSON data. I store this data in the database:
[{"type":"LAPTOP","data":{"Merk":"Bakkers Studio Stichting","Model":"et064","CPU":"Intel i5","RAM":"16GB","Opslag":"1TB HDD"}}]
[{"type":"LAPTOP","data":{"Merk":"Bakkers Studio Stichting","Model":"et064","CPU":"Intel i5","RAM":"16GB","Opslag":"1TB HDD"}}]
Repeater: TextInput action always returning last record in Model $record

Redirects to Favicon after Registration
->favicon('favicon.co') to ->favicon(fn () => url('/favicon.ico'))
fixes the issue.. i wonder why...2 questions about brandLogo
Best practices to improve performance
Best way to inject a third party javascript asset just for one RelationManager form() ?
FilamentAsset::register([
Js::make('stripe', 'https://js.stripe.com/v3/'),
], 'app');
FilamentAsset::register([
Js::make('stripe', 'https://js.stripe.com/v3/'),
], 'app');
Create buttons disappeared
protected static bool $shouldSkipAuthorization = true;
implemented canCreate returning always true
...MaatWebsite