Class Apphttpcontrollersfile Not Found

[Solved] Class Apphttpcontrollersfile Not Found | Php - Code Explorer | yomemimo.com
Question : Class 'App\Http\Controllers\File' not found

Answered by : nasir-usman

// Class 'App\Http\Controllers\File' not found
use Illuminate\Support\Facades\File;

Source : | Last Update : Fri, 19 Nov 21

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

Answered by : zaka-ur-rehman-khan

// in laravel append the following at the top of controller
use File;

Source : | Last Update : Sun, 08 Nov 20

Question : Class 'App\Http\Controllers\View' not found

Answered by : samer-saeid

use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');

Source : | Last Update : Thu, 29 Oct 20

Answers related to class apphttpcontrollersfile not found

Code Explorer Popular Question For Php