alizharb/laravel-modular-livewire
auth::pages::auth.login), ensuring compatibility with third-party packages like Fortify.AlizHarb\Modular\Livewire\Support\BladeTagNormalizer to automatically normalize double-colon syntax in Blade component tags (<x-auth::pages::...> -> <x-auth::pages. ...>).AlizHarb\Modular\Livewire\View\ModularViewFactory to seamlessly handle namespaced views with multiple delimiters.livewire/ subdirectory discovery in modular view namespaces.Full Changelog: https://github.com/AlizHarb/laravel-modular-livewire/compare/v1.0.1...v1.0.2
For a complete list of changes, see the CHANGELOG.md.
This is the initial release of the official Livewire bridge for Laravel Modular. It enables automatic discovery, registration, and first-class Artisan support for Livewire 4 components within your modular architecture.
Modules/*/app/Livewire.make:livewire command with the --module flag for direct modular component generation.Route::livewire() with modular aliases and the pages:: organization pattern.composer require alizharb/laravel-modular-livewire
How can I help you explore Laravel packages today?