Answers for "Class 'App\\Http\\Controllers\\Config' not found""

PHP
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
0

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

use Illuminate\Support\Facades\View;

return \View::make('tickets.bus.index');
Posted by: Guest on October-22-2020

Code answers related to "Class 'App\\Http\\Controllers\\Config' not found""

Browse Popular Code Answers by Language