Answers for ""message": "class 'app\\http\\controllers\\api\\v1\\user\\controller' not found","

PHP
2

Class "AppHttpControllersAuth" not found

use IlluminateSupportFacadesAuth;
Posted by: Guest on June-09-2021
0

Class 'AppHttpControllersFile' not found

// in laravel append the following at the top of controller
use File;
Posted by: Guest on November-01-2020

Code answers related to ""message": "class 'app\\http\\controllers\\api\\v1\\user\\controller' not found","

Browse Popular Code Answers by Language