A handy File method to read JSON files in Laravel 10.x
March 22, 2023 — We now have a nice addition to the File
facade in Laravel 10.x that lets you read JSON files easily. Essentially, it’s a wrapper around the json_decode()
function. So, you can use it to read JSON files like so.