Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

v2.0.0

Choose a tag to compare

@crynobone crynobone released this 03 Jul 05:37
· 254 commits to master since this release
  • Migrate Orchestra\Resources from Orchestra Platform 1.2.
  • Add Orchestra\Resources\Dispatcher and Orchestra\Resources\Response to isolate class responsibility.
  • Add support for Laravel 4 response system which include Illuminate\Http\RedirectResponse, Illuminate\Http\JsonResponse and Illuminate\Http\Response.
  • Add support to use resource controller instead of just restful controller.
  • Orchestra\Resources\Response should respect non-html response instead of converting it to text/html content type.