Class ‘App\Http\Controllers\Storage’ Not Found

Class ‘App\Http\Controllers\Storage’ not found
use Illuminate\Support\Facades\Storage;

Storage::disk('local')->put($output_file, $image);
‘App\Http\Controllers\Storage’
use Illuminate\Support\Facades\Storage;

Leave a Comment