Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...
I'm not sure if this is what you want to achieve but you can try by dropping this into your routes:...
You could try this package for more advanced requests: https://packagist.org/packages/unikent/curl B...
The error says you didn't provide suggestions array withing your JSON respone. As you can see in the...
But you shouldn't try to access $data in your view. Make something like this in your controller $dat...
if you're using zenry's code try this in start.blade.php @extends('layout') @section('content')...
The Laravel portal for problem solving, knowledge sharing and community building.