I’ve started publishing production-grade content on Filament Mastery
Not just tutorials but real-world setups, architecture, and deep dives.
Some of it will stay free, some will be part of an Early Supporters tier.
Explore here 👇
filamentmastery.com/tags/advanced
#filamentphp #PHP #filamentmastery
🚨 Composer security alert
Two command injection vulnerabilities found (CVE-2026-40176, CVE-2026-40261) via the Perforce driver.
👉 Update to 2.9.6 / 2.2.27
👉 Avoid untrusted composer.json
#PHP #Laravel #Security #Composer
blog.packagist.com/composer-2-9-6-perforce-driver-command-injection-vulnerabilities
💊 Building PharmaSys, a SaaS for pharmacy management, taught me a lot about solving real-world problems with Laravel.
The platform handles inventory, sales tracking, prescriptions, and reporting—all in one system. Working on it gave insights into:
• Structuring scalable Laravel apps
• Managing modular features for multi-tenant SaaS
• Ensuring secure and efficient data handling
Sharing these experiences with other developers is valuable—how you approach architecture and feature design can make or break a SaaS project.
What challenges have you faced when building complex Laravel systems?
#Laravel #PHP #SaaS #WebDevelopment #DevCommunity 

Released a new version of SEAL the #Search Engine Abstraction Layer for #PHP. It brings support for TLS / HTTPS for all http based adapters / clients.
github.com/PHP-CMSIG/search/releases/tag/0.12.9
If you’ve ever felt weighed down by heavy packages for something that should be straightforward, this guide breaks down a clean, native way to handle roles and permissions in your app.
👉 medium.com/@murtaza1904/simple-role-permission-management-in-laravel-without-the-overhead-119f1cf366ba
#laravel #PHP