Skip to content

Instantly share code, notes, and snippets.

@achmadfatoni
Created August 18, 2017 12:06
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 achmadfatoni/eebe3edd831b69c1bd91a05648d59788 to your computer and use it in GitHub Desktop.
Save achmadfatoni/eebe3edd831b69c1bd91a05648d59788 to your computer and use it in GitHub Desktop.
simple_api_lumen_list_controller
public function index()
{
return Post::all();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment