teepluss / laravel-hmvc

HMVC is a tool for making internal request.
76 stars 20 forks source link

Added option to return original response #8

Closed IAmJulianAcosta closed 10 years ago

IAmJulianAcosta commented 10 years ago

Sometimes is needed to return the original Response object returned by laravel. Adding a parameter named "getOriginalResponse" in the parameters will return the original object.

IAmJulianAcosta commented 10 years ago

Replaced by #9