AhmadApriliyanto23 / Berandaku

Docs
0 stars 0 forks source link

json file decode in controller | laravel 8^ #10

Open AhmadApriliyanto23 opened 1 year ago

AhmadApriliyanto23 commented 1 year ago

PREPARE

put the your json file in the storage\app\public folder

CONTROLLER

//use use Illuminate\Support\Facades\Storage;

//script in function
$path = Storage::get('public\json\jsondata.json'); // call file json
$data = json_decode($path,true); //decode file json