mhmiton / laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.
MIT License
179 stars 33 forks source link

Use getNamespace on the module if it exists #36

Closed blocklogic-au closed 8 months ago

blocklogic-au commented 8 months ago

to enable modules to be nested neatly in the Modules directory.

mhmiton commented 8 months ago

@blocklogic-au Thanks for your PR. I will merge this PR soon.