Skip to content

Releases: BinarCode/laravel-restify

1.0.0

23 Dec 17:57
7b4ceac
Compare
Choose a tag to compare

Added

  • RestController - abstract controller to be extended by your API controllers
  • RestResponse - a convenient response handler/generator
  • RestifyHandler - a global exception handler which transforms many types of generic exceptions into a standard repose with appropriate code for a consistent API
  • AuthService - full support for JWT authentication based on Laravel Passport client token
  • Passport installation checker command: restify:check-passport
  • Passportable - contract used for implementation by the authenticated entity
  • RestifySearchable - contract used for search support by the API (should be used along with InteractWithSearch)
  • A bunch of generic exceptions which may be used into your project
  • Unit and Integration tests