Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Created June 27, 2018 10:16
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 thetutlage/ddc9e6907c4322adf95d7b4c9c9aba2b to your computer and use it in GitHub Desktop.
Save thetutlage/ddc9e6907c4322adf95d7b4c9c9aba2b to your computer and use it in GitHub Desktop.
Get categories
// Import category model
const Category = use('App/Models/Category')
// Get all categories
const categories = await Category.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment