nWidart / laravel-modules

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

Module Provider Not Found #1917

Closed nthnyvllflrs closed 1 month ago

nthnyvllflrs commented 1 month ago

Can someone help me with my current issue? It seems like the module provider is not found or located. image

alissn commented 1 month ago

Hi,

Does this issue occur after creating a new module?
Try running composer dump-autoload; it might solve the problem.

and delete App form namespace of your provider

If the issue persists, feel free to share more details so I can assist further.