Answers for "production.error: class 'app\http\controllers\http' not found"

PHP
1

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

// Class 'App\Http\Controllers\File' not found
use Illuminate\Support\Facades\File;
Posted by: Guest on November-12-2021
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 "production.error: class 'app\http\controllers\http' not found"

Browse Popular Code Answers by Language