1$path = storage_path() . "/json/${filename}.json"; // ie: /var/www/laravel/app/storage/json/filename.json
2
3$json = json_decode(file_get_contents($path), true);
4
1$path = storage_path() . "/json/${filename}.json"; // ie: /var/www/laravel/app/storage/json/filename.json
2$json = json_decode(file_get_contents($path), true);