Class 'App\Http\Controllers\File' not found

PHP
// in laravel append the following at the top of controller
use File;use Illuminate\Support\Facades\View;

return \View::make('tickets.bus.index');

Source

Also in PHP: