Class Apphttpcontrollersstorage Not Found

[Solved] Class Apphttpcontrollersstorage Not Found | Php - Code Explorer | yomemimo.com
Question : Class 'App\Http\Controllers\Storage' not found

Answered by : joynal-abedin-xc9fbppd3fxc

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

Source : | Last Update : Thu, 03 Feb 22

Question : 'App\Http\Controllers\Storage'

Answered by : samer-saeid

use Illuminate\Support\Facades\Storage;

Source : | Last Update : Tue, 03 Nov 20

Answers related to class apphttpcontrollersstorage not found

Code Explorer Popular Question For Php