Answers for "uncaught error: class 'app\http\controllers\controller' not found in"

PHP
3

Class 'App\Http\Controllers\Validator' not found

use Illuminate\Support\Facades\Validator;
Posted by: Guest on May-04-2020
0

Class 'App\Http\Controllers\File' 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 "uncaught error: class 'app\http\controllers\controller' not found in"

Browse Popular Code Answers by Language