Releases: etiennemarais/lumen-starter-api
Releases · etiennemarais/lumen-starter-api
v1.1.1
v1.1.0
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
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
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