-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "--module" option do not work for Livewire #72
Comments
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 |
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 :
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? |
Hey @inxilpro! Is there any possibility of this getting worked on sometime soon? If you are open to it, we could possibly provide time to look into the fix or help in any way. I see there was a proposed fix PR opened: #60 But it looks like you were waiting on feedback from @DanielCoulbourne? |
try it with paxsy and bootraiser it is build for laravel 11 |
Got it, unfortunately I don't think I am looking to include an additional dependency at this time. We would work around it or patch internally until an official patch is released in this package. I do appreciate the option, though! |
Thank you :)) Paxsy(@require-dev) is not required for live operation, it generates your Laravel classes. Bootraiser can be thrown out and your own “boot” and “register” can be built into your ServiceProvider... |
This project appears to be on hold or not actively maintained. Therefore, I'm using nWidart Laravel Modules for new projects, which, incidentally, work well with Livewire components. I hope this package becomes more active and maintained again, as it has a lot of potential. However, for production-level projects, more rigor and support are essential. When I opened this issue, I expected an update, but it's been 7 months and we're still discussing it. This seems a bit too lengthy. |
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? 😃
The text was updated successfully, but these errors were encountered: