Class 'App\Http\Controllers\Admin\File' not found code example
Example 1: Class 'App\Http\Controllers\Admin\Route' not found
use Illuminate\Routing\Route;
Example 2: Class 'App\Http\Controllers\File' not found
// in laravel append the following at the top of controller
use File;