Skip to content

Instantly share code, notes, and snippets.

@deyvicode
Last active January 17, 2023 19:41
Show Gist options
  • Save deyvicode/126c847ca9cd38cf7f4cd840bb73dd13 to your computer and use it in GitHub Desktop.
Save deyvicode/126c847ca9cd38cf7f4cd840bb73dd13 to your computer and use it in GitHub Desktop.
Read JSON file from Laravel Storage
$data = json_decode(Storage::get('public/folder/mifile.json'), true);
@Alijon27011995
Copy link

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment