`App\Http\Controllers\HomeController` was not found: Controller class `App\Http\Controllers\HomeController` for one of your routes was not found. Are you sure this controller exists and is imported correctly? code example
Example: Class 'App\Http\Controllers\View' not found
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');