InterNACHI / modular

Modularize your Laravel application
MIT License
707 stars 56 forks source link

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

Open rtrudel opened 4 months ago

rtrudel commented 4 months ago

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 commented 4 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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 commented 2 months ago

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 commented 1 month ago

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?