Skip to content
Advertisement

Tag: inertiajs

Access json data with Laravel and Inertia

I have a simple form with 1 input field and a submit button. All that does is get the user input, match it with an external API, and submit both records to the database. The response from the external API is JSON format, like this but I only want to retrieve the text field under choices This is stored in

Advertisement