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