Skip to content

tdt/installed-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Example of an installed resource

Clone it in /installed and add it as a definition.

  • \Request Is the Laravel request object that can be used to read query parameters for example
  • Use \App::abort(code, message) to throw errors to users:
\App::abort(400, "This is an error message.");
  • Buzz is available to make requests to other API's

About

Example of an installed resource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages