Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Created September 30, 2017 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingluscas/776ba00e98851f1c6bb1359589bb9b7d to your computer and use it in GitHub Desktop.
Save flyingluscas/776ba00e98851f1c6bb1359589bb9b7d to your computer and use it in GitHub Desktop.
Route::get('/api/users/{id}', function ($id) {
    return App\User::find($id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment