onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

response format #5

Closed ayotundeoludahunsi closed 6 years ago

ayotundeoludahunsi commented 7 years ago

thanks for your work,

please can you please reformat this snippet. Its difficult to quickly use.

response()->json($data[, 200][, headers]); (the extra [ ] (square brackets) are not helping)

to something like:

response()->json($data, 200, $headers);