mhmiton / laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.
MIT License
184 stars 35 forks source link

Update namespace #42

Closed alissn closed 6 months ago

alissn commented 6 months ago

Hi,

In this PR, I've updated the generated class with the new structure of the modular system. You can find more details in #1758 laravel module.

The method getAppPath has been added in this Pull Request: #1768.

Before:

image

After:

image

Additionally, I've added a conflict section to the composer JSON to prevent errors on older versions:

"conflict": {
    "nwidart/laravel-modules": ">=11.0.0"
},