nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.49k stars 952 forks source link

Class "Modules\Posts\Providers\PostsServiceProvider" not found #1907

Closed adnane-ka closed 1 month ago

adnane-ka commented 1 month ago

On a fresh installation, the application throws an error indicating that the class "Modules\Posts\Providers\PostsServiceProvider" cannot be found. This appears to be an issue with registering or locating the service provider within the module's folder. How can this be resolved?

adnane-ka commented 1 month ago

resolved: https://github.com/nWidart/laravel-modules/issues/1869