Blog News
Adding a full docker setup to the Filament Mastery Starters
Starter kits didn't include Docker at first. Here's what changed my mind, what I built, and what I deliberately left out.
Blog News
Starter kits didn't include Docker at first. Here's what changed my mind, what I built, and what I deliberately left out.
Security
Learn how to integrate SAML SSO authentication into a Laravel Filament panel using Socialite and the SAML2 provider. In this guide, we’ll build a clean authentication flow with metadata endpoints, redirects, callbacks, and enterprise-ready foundations for Active Directory or Azure AD integrations.
Security
Go beyond basic SAML authentication by implementing enterprise-grade Active Directory group mapping in Filament. Learn how to synchronize roles with permissions, map AD groups to application roles, secure panel access, and build a maintainable SSO architecture for production.
Deployment
A real-world GitLab CI pipeline to build, secure, and validate Docker images for Laravel & Filament applications.
Filament V5
Filament’s import feature is powerful but limited when it comes to accessing error files after the process completes. In this article, learn how to build a simple import history system, proper authorization using policies, and a clean Filament resource for better team workflows.
Deployment
This setup is based on real production usage and evolved over time as I faced scaling and deployment issues.
Deployment
A production-ready Docker architecture for Laravel & Filament featuring multi-stage builds, optimized performance, and secure runtime practices used in real projects.
Admin Panels
A pragmatic look at how I structure my Filament projects after several years working with Laravel. No over-engineering, just a simple setup that helps me move fast and stay efficient.
Blog News
The site has moved to a new platform! Faster, smoother, and now you can comment on posts. Some old links may be temporarily missing, but everything will be reactivated gradually. Stay tuned for practical tutorials, guides, and project insights!
Performance
Learn how to fix slow Filament resources on large datasets using PostgreSQL partitioning and indexes for better performance.
Blog News
Filament Mastery turns one. A personal look back at 2025, what I learned building the community, and where it’s heading next.
Admin Panels
Learn how to control the queue for Filament database notifications in Laravel instead of using the default queue.