Answers for "pp\http\controllers\` was not found: controller class `app\http\controllers\` for one of your routes was not found. are you sure this controller exists and is imported correctly"

PHP
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 "pp\http\controllers\` was not found: controller class `app\http\controllers\` for one of your routes was not found. are you sure this controller exists and is imported correctly"

Browse Popular Code Answers by Language