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