The "--module" option do not work for Livewire
rtrudel opened this issue ยท 13 comments
For some reason this command do not work:
php artisan make:livewire test --module=testmodule
Returns: The "--module" option does not exist.
I'm using Laravel 10 with Filament 3 (Livewire 3)
I missed something? ๐
I just started using this package in a project this week and love it so far, but also hit the roadblock with Livewire and Volt compatibility. Looks like there is a PR #60 for the Livewire part that was submitted.
new install laravel 11, livewire 3.4 and internachi/modular 2.1.
php artisan make:livewire counter --module=example
get error The "--module" option does not exist.
new install laravel 11, livewire 3.4 and internachi/modular 2.1.
php artisan make:livewire counter --module=example get error The "--module" option does not exist.
I am experiencing the same issue and just trying out the package for the first time.
The first comment is 3 weeks old (as at the time I wam writing this, I'm wondering if there are no issues to be fixed and we've missed something
for now, have a installable version that works https://github.com/Filefabrik/modular/tree/3.0.4
I dont want to make a PR because of Livewire 3 and Laravel 11 compabilities with this version, which is also working with Livewire 2.5 and php-8.0
Hi! Before anything, I would like to thank you for this amazing package!
I'm also experiencing :
php artisan make:livewire counter --module=notifications
The "--module" option does not exist.
Is there a fix coming for this?
Hello, I'm encountering the same issue but with Filament
php artisan throws the --module option does not exists.
Though I'm using laravel v11, could it be that this is due to laravel v11?
I started this issue on March 1st, since no update. Can we expect to have it work or for now, we have to namespace with module subfolders in the livewire folder structure?
Any update on this issue please? I am also using laravel 11 and it's causing the
The "--module" option does not exist.
error
Anyone has a fix to make this work?