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.
Browse Laravel articles, guides, and tutorials — covering backend development, Livewire, FilamentPHP, app structure, performance tips, and more.
How we embedded an AI compliance assistant into a Laravel/Filament app — tools, gotchas, and the workarounds that actually made it work in production.
When using discoverPages() in Filament v4, your custom Register page may still be accessible even without ->registration(). Here’s the reason and the fix.
Building compliant internal systems with Filament: lessons on approvals, audit trails, and scalable architecture in regulated finance environments.
Build custom Filament navigation with proper role-based access control. Learn how to reorder groups, manage permissions, and securely customize menus.
Master targeted page navigation in Filament by controlling when and where sub-navigation tabs appear in your resource pages.
How Filament 4 makes it easier to build flexible, reusable interfaces with Livewire
Make Filament TextColumn both clickable and copyable — link on text, copy on icon — with a simple AlpineJS hack.
Learn how to set custom login and logout redirects in Filament v4, including intended URLs and panel-specific flows.
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!
Discover TweakPHP 0.7.0’s custom loaders and improved cross-platform support, boosting PHP development efficiency and flexibility.