Skip to content
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

Open
rtrudel opened this issue Mar 1, 2024 · 13 comments
Open

The "--module" option do not work for Livewire #72

rtrudel opened this issue Mar 1, 2024 · 13 comments

Comments

@rtrudel
Copy link

rtrudel commented Mar 1, 2024

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? 😃

@noeldiaz
Copy link

noeldiaz commented Mar 1, 2024

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.

@dmb-220
Copy link

dmb-220 commented Mar 20, 2024

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.

@ramuh410
Copy link

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

@Filefabrik
Copy link

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

@flyzard
Copy link

flyzard commented Apr 4, 2024

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?

@MadJack1906
Copy link

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?

@rtrudel
Copy link
Author

rtrudel commented Apr 15, 2024

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?

@nileshd
Copy link

nileshd commented May 21, 2024

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?

@Orrison
Copy link

Orrison commented Oct 11, 2024

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?

@Filefabrik
Copy link

try it with paxsy and bootraiser

it is build for laravel 11

https://packagist.org/packages/filefabrik/paxsy

@Orrison
Copy link

Orrison commented Oct 11, 2024

try it with paxsy and bootraiser

it is build for laravel 11

https://packagist.org/packages/filefabrik/paxsy

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!

@Filefabrik
Copy link

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...

@rtrudel
Copy link
Author

rtrudel commented Oct 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants