-
-
Notifications
You must be signed in to change notification settings - Fork 973
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
module:make <Module Name> #2004
Comments
Hi, Have you added this section to your "extra": {
"laravel": {
"dont-discover": []
},
"merge-plugin": {
"include": [
"Modules/*/composer.json"
]
}
}, Reference: [nWidart/laravel-modules README]( Lines 47 to 64 in 932b861
|
still not working, should be a bug |
Hi @Raza9798, Are you experiencing the same issue? Please share your Do you have any suggestions or ideas on how to resolve this issue? |
Hi @alissn, please refer following files.
|
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
+ "wikimedia/composer-merge-plugin": true,
"php-http/discovery": true
}
}, add this line to your may be forget accept this part: |
Versions:
Description:
After created new module, alwas error for namespace Providers
Steps To Reproduce:
I run:
php artisan module:make Blog
and then error because Provider insideModuleName/app/Providers
but laravel readModuleName/Providers
The text was updated successfully, but these errors were encountered: