InterNACHI / modular

Modularize your Laravel application
MIT License
796 stars 65 forks source link

FIX Livewire Make Command Compatibility #60

Open artisanbr opened 10 months ago

artisanbr commented 10 months ago

Hi, i'm start using this package not long time ago and i detect some bugs in make:livewire command with error " The "--module" option does not exist." . image

I made some adjustments to improve compatibility with v3 of livewire, it was just a few namespace changes, I hope it can contribute to the project and be useful so that others who use it can enjoy this command! Result: image

inxilpro commented 9 months ago

I think @DanielCoulbourne had some thoughts on this… Daniel?

Fludem commented 8 months ago

What's happening with this ?

Filefabrik commented 8 months ago

@artisanbr your patch is working with Laravel 11, thanks

Wulfheart commented 8 months ago

Also interested in this to work properly.