mhmiton/laravel-modules-livewire
--sfc (Single File Component) flag aligns with modern Laravel/Livewire best practices, simplifying onboarding for junior developers and reducing merge conflicts.UserManagement, Reporting) with Livewire for dynamic tables, filters, and real-time updates.TenantA/Analytics, TenantB/CRM) while sharing Livewire components across modules."This package lets us build Laravel applications like LEGO blocks—modular, scalable, and fast. By combining Laravel Modules (for backend organization) with Livewire (for reactive UIs), we can:
"This bridges two powerful Laravel ecosystems with minimal friction:
laravel-modules-livewire auto-registers components per module. Key perks:
php artisan module:make-livewire: One command creates a Livewire component and its module scaffolding (views, routes, logic). The --sfc flag enforces modern Laravel conventions.Core\Posts\CreatePost), preventing conflicts.Settings/Profile) to test DX.How can I help you explore Laravel packages today?