Created
June 27, 2018 10:16
-
-
Save thetutlage/ddc9e6907c4322adf95d7b4c9c9aba2b to your computer and use it in GitHub Desktop.
Get categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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