Skip to content
Shashank Jain edited this page Oct 1, 2016 · 6 revisions

Froiden's Laravel Rest API package helps you quickly and easily build REST APIs for your application. However, unlike other API packages out there, this package comes bundled with various advanced API features, like filtering, fields listing, ordering, etc. You have a running API with just a few lines of code in your controller.

Note: This package is still under development and not recommended for use in production.

  1. Home
  2. Installation
  3. Configuration
  4. Basic Usage
  5. Routing
  6. Fetching Results
  7. Saving and Updating
  8. Exceptions
  9. Extending Capabilities
  10. Relations Endpoint