Laravel 5.5 controller not found
Laravel 5.5 controller not found
Basically I have the same error as this one. I tried that solution but still I got the same error. Any suggestions also it seems that is something related with the namespaces but if I change the App folder to app I got different error
1 Answer
1
use AppHttpControllersController;
Import the main controller
Also remove the comment from the base controller and remove any white space
thank you for your comment "DumbAnswersForDumbQuestions" Sorry for not being professional and high skill level programmer. No one is a master when we start to learn something new.
– Photomancia
Jul 2 at 5:27
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
You should post your relevant code and artisan command
– OneLiner
Jul 1 at 15:45