Skip to content

Releases: etiennemarais/lumen-starter-api

v1.1.1

17 Mar 09:12
Compare
Choose a tag to compare
  • Fixed a bug with the loading of the AlertMessageProvider
  • Added the route to the notfound exception for easier debugging

v1.1.0

17 Mar 08:58
Compare
Choose a tag to compare

Included in this release are a couple of things:

  • Better slack bot for errors and backup notifications
  • Configs for laravel packages backwards compatibility
  • Backups via scheduled task
  • All fully configurable
  • Exceptions/Errors are now json responses

v1.0.1 release

10 Mar 09:41
Compare
Choose a tag to compare

Changes

  • Using a new Application class to be able to configure where the application error log path points to.
  • Added travis-ci integration

Initial release

25 Feb 08:20
Compare
Choose a tag to compare

lumen-starter-api

Small starter bootstrap for a lumen application api

  • Slack bot for exceptions
  • Domain separated business logic
  • Api key middleware authentication
  • API Blueprint that documents the system
  • Supports soft deletes for model serialization
  • Multi tenancy that binds to a configurable database field
  • API root index is the documentation from your api blueprint
  • Custom validation that binds to a 406 response