Closed ksaif121786 closed 7 months ago
I think in version 11 you don't need to add Modules
stuff in psr-4. Just go with this README documentation:
"extra": {
"laravel": {
"dont-discover": []
},
"merge-plugin": {
"include": [
"Modules/*/composer.json"
]
}
},
Class Module ServiceProvider not found after installing nwidart/laravel-module and added "Modules\": "Modules/" in psr-4 and run composer dump-autoload but it is still showing Class Module ServiceProvider not found error..