This repository was archived by the owner on Sep 19, 2018. It is now read-only.
v2.0.0
- Migrate
Orchestra\Resourcesfrom Orchestra Platform 1.2. - Add
Orchestra\Resources\DispatcherandOrchestra\Resources\Responseto isolate class responsibility. - Add support for Laravel 4 response system which include
Illuminate\Http\RedirectResponse,Illuminate\Http\JsonResponseandIlluminate\Http\Response. - Add support to use
resourcecontroller instead of justrestfulcontroller. Orchestra\Resources\Responseshould respect non-html response instead of converting it totext/htmlcontent type.