Skip to content

v2.2.0

Compare
Choose a tag to compare
@crynobone crynobone released this 02 Jun 09:05
· 757 commits to master since this release
  • Bump minimum version to PHP v5.4.0.
  • Rename getSession and setSession to getSessionStore and setSessionStore for consistency on Orchestra\Support\Messages.
  • Add multiple traits:
    • Orchestra\Support\Traits\ControllerResponseTrait to add response helpers for controller.
    • Orchestra\Support\Traits\MacroableTrait for working with macro enabled classes.
    • Orchestra\Support\Traits\QueryFilterTrait to create basic filtering based on URL query string for query builder or eloquent.
    • Orchestra\Support\Traits\UploadableTrait for uploading files.