Where should tenant-specific roles live in a filament multi-tenant app?

I started with Spatie's built-in team mode. It broke on a real case, and the reason why is more subtle than I expected.

Free article on FilamentMastery
filamentmastery.com/articles/why-i-moved-away-from-spaties-team-mode-for-multi-tenancy



#Laravel #filamentphp #spatie

22

Filament v4/v5 theming changed a lot with Tailwind v4.

The make:filament-theme command now auto-registers everything. No more tailwind.config.js for your theme. Just @source directives.

Free article on @FilamentMastery
filamentmastery.com/articles/understanding-filament-themes-in-v4-v5-from-colors-to-custom-css



#Laravel #filamentphp

30

Playing with #NativePHP and trying to build a mobile app with #Laravel.

Honestly? This is really fun.

Especially when AI agents help with the boring parts and I can just explore, test ideas, and ship faster. 🚀
image

28

PHP doesn't have an image problem in 2026. It has a tutorial problem.

Too many "learn PHP" articles still teach PHP 5.6 and PHP 7.x patterns while modern PHP has evolved dramatically.

Today’s PHP means:
✅ Strict Types
✅ Enums
✅ Attributes
✅ Readonly Classes
✅ Property Hooks
✅ Dependency Injection
✅ Composer
✅ Modern Testing
✅ Laravel & Symfony

If your tutorial still uses "mysql_*", no namespaces, and no Composer, you're learning PHP history—not modern PHP.

The PHP ecosystem deserves more up-to-date educational content. 🚀

#PHP #WebDevelopment #Laravel #Symfony #Programming #OpenSource #PHP85