Answers for "`app\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? when use artisan"

PHP
0

Class 'AppHttpControllersView' not found

use IlluminateSupportFacadesView;

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

Code answers related to "`app\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? when use artisan"

Browse Popular Code Answers by Language