Relative Content

Tag Archive for phpjsonlaravel

storing json list/array to MySQL with Laravel 11 api

I’m pretty new to laravel and I’m trying to find a better way to store a json list/array in mysql using the api. This is my current implementation of how I am able to get everything to work but I have to wonder if my lack of experience is blinding me from a cleaner solution and this would be a good way to learn.