2
I created a project, within the project I created my own file structure instead of using the App folder, so I created a call Massoterapia, in the documentation informs that it is necessary to change the namespace and I did the following:
php Artisan app:name Massotherapy
Now the project besides the App folder, now has the Massotherapy folder, but when I try to use the classes that are in Massotherapy, it is always giving Class Not Found, but the namespace and use are right, what could be?
Only one thing I didn’t know is that after editing Composer.json, you would need to execute the command: Composer dumpautoload Thanks for the help!
– Rafael