Answers for "Error: Class 'App\Models\Http\Controllers\Controller' not found in file /var/www/html/technix/app/Http/Controllers/"

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 "Error: Class 'App\Models\Http\Controllers\Controller' not found in file /var/www/html/technix/app/Http/Controllers/"

Browse Popular Code Answers by Language