You would need to manually build the data up into a PHP array then use Response::json($array) to serve that as json.
I could be wrong but Laravel will always serve the agent in an array because its a relation to the communication model, rather than part of the communication model.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.