Laravel — P64: Rendering JSON in Blade
Published in
3 min readMar 2
--
Continuing with our previous theme on views, let’s get back into Blade. We frequently work with JavaScript and need to utilize the array data that’s sent from our Laravel application to our Blade component. How do you transform that data from a Laravel type array to a JSON file?