You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php artisan make:livewire MyDemoLivewireModule --module=[module name] create the Livewire File into
'/app-modules/my-demo-livewire-module/Http/Livewire/MyDemoLivewireModule' regardless what is configured in config('livewire.class_namespace')
File should be during creation stored into '/app-modules/my-demo-livewire-module/Livewire/MyDemoLivewireModule' or whatever the str_contains(config('livewire.class_namespace') is.
@inxilpro At the Moment i am on refactoring(local) your module-package with a lot of enhancements
My question: is there a way or do you wish my refactoring in module@next or something like that or is it better, that i make my own fork completly by myself as an own fork?
php artisan make:livewire MyDemoLivewireModule --module=[module name]
create the Livewire File into'/app-modules/my-demo-livewire-module/Http/Livewire/MyDemoLivewireModule' regardless what is configured in config('livewire.class_namespace')
File should be during creation stored into '/app-modules/my-demo-livewire-module/Livewire/MyDemoLivewireModule' or whatever the str_contains(config('livewire.class_namespace') is.
modular/src/Console/Commands/Make/MakeLivewire.php
Line 5 in 148cfed
The text was updated successfully, but these errors were encountered: