FilamentPHP admin panel and RBAC role system
A management system needs a panel. Instead of building one from scratch — FilamentPHP. At the same time, Users got a full role and permission system that serves...
37 posts
A management system needs a panel. Instead of building one from scratch — FilamentPHP. At the same time, Users got a full role and permission system that serves...
Where did the idea come from?
Services started talking to each other. Not through a shared database — through a message queue and dedicated internal APIs. This is the step that separates syn...
SSO got its core — an OAuth2 server built on Laravel Passport. From now on, every service in the system authenticates through a single central point. No more sc...
Time for the first real API. Blog Service got a full set of endpoints — from posts through categories and tags to comments with moderation. Everything protected...
Before I start describing individual features, I want to give a complete picture of the system — who talks to whom, how data flows, and why each service sits wh...
For the past ten years I have been writing PHP inside the Magento world. Magento 1.x — versions 1.6 through 1.9 — then about a year and a half with Magento 2. I...