HM
Size: a a a
HM
J
O
A
A
B
A
$file = json_decode(file_get_contents(storage_path('/app/data/data.json')));
- вместо file_get_content
надо использовать Storage::get
=> $file = json_decode(Storage::get(storage_path('/app/data/data.json')));
?A
Storage::get
извлекает данные из файла?p
B
ЛА
NK
ЛА
М
Э
A
storage::get
не заработал и выдавал ошибкуA
$file = json_decode(file_get_contents(storage_path('/app/data/data.json')));
- вместо file_get_content
надо использовать Storage::get
=> $file = json_decode(Storage::get(storage_path('/app/data/data.json')));
?