Filament Copilot: Embedding an AI Assistant into a Laravel Compliance Platform
How we embedded an AI compliance assistant into a Laravel/Filament app — tools, gotchas, and the workarounds that actually made it work in production.
How we embedded an AI compliance assistant into a Laravel/Filament app — tools, gotchas, and the workarounds that actually made it work in production.
Master targeted page navigation in Filament by controlling when and where sub-navigation tabs appear in your resource pages.
Make Filament TextColumn both clickable and copyable — link on text, copy on icon — with a simple AlpineJS hack.
Using Spatie’s multilingual tagging system? Here's how to write a Laravel validation rule that ensures tags remain unique across locales
Discover real-world SaaS platforms and admin dashboards built with FilamentPHP - see how developers use it to create powerful Laravel applications.
Learn how to extract, filter, and generate accurate reports from Filament tables with getFilteredSortedTableQuery(). No more manual filtering!
Learn how to correctly sort related records in Filament without MySQL errors by referencing the correct table in defaultSort
Discover TweakPHP, the free alternative to Tinkerwell, now supporting macOS
Discover the best AI plugins for Filament to supercharge your Laravel projects with text, image, audio generation, and intelligent assistants.
Resolve CORS header issues for static assets in FilamentPHP. Learn to integrate multi-domain setups seamlessly, ensuring smooth resource access across subdomains.
Learn how to implement an invite-only registration feature using Filament, ensuring exclusive access to your platform and enhancing user engagement through personalized invitations and controlled membership enrollment.
Learn how to use custom page for login and registration across multiple panels in FilamentPHP.