mhmiton / laravel-modules-livewire

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

feat!: Improve consistency with nwidart.com/laravel-modules #11

Closed tomgrv closed 3 years ago

tomgrv commented 3 years ago

in nwidart/laravel-modules, module name is always the last argument in generators:

https://nwidart.com/laravel-modules/v6/advanced-tools/artisan-commands#:~:text=artisan%20module%3Aupdate%20Blog-,Generator%20commands,-module%3Amake-command

mhmiton commented 3 years ago

@tomgrv Thanks for your contribution. I'll check and merge this PR.