class 'app http controllers controller' not found laravel 5.4 code example
Example: Class 'App\Http\Controllers\View' not found
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');