Laravel-modules: Support Laravel 7

Created on 17 Mar 2020  路  5Comments  路  Source: nWidart/laravel-modules

Hi, I'm starting a new installation of Laravel 7, is this package already supported for this new version?

I ran the following command: composer require nwidart/laravel-modules in this case, version 6.2 was installed.

Is that correct? If not, how can I use it with the Laravel 7 version or is it currently not possible?

Thanks for this wonderful package =)

All 5 comments

Hi,

You can by using 7.0-dev currently.

Do I have to use it that way?

composer.json
"nwidart/laravel-modules": "^7.0"

"nwidart/laravel-modules": "^7.0-dev"

Do you have any plans to release version 7 for production / master?

Thank you, I will close this issue.

Yup, I just wanted to make sure everything was working fine before tagging. Since it has been available for a bit now, I'll do it asap.

Was this page helpful?
0 / 5 - 0 ratings