Class "App\Http\Controllers\Auth\Controller" not found code example
Example 1: Class 'App\Http\Controllers\Admin\Route' not found
use Illuminate\Routing\Route;
Example 2: Class 'App\Http\Controllers\View' not found
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');