Skip to content
Carlos Eduardo edited this page Oct 6, 2016 · 2 revisions

Json Macro

To use:

$data = collect(['key' => 'value']);

Route::json('/json', $data);

Output json response.

Clone this wiki locally