Created
August 30, 2014 06:51
-
-
Save srph/d3a938617d1cf800a478 to your computer and use it in GitHub Desktop.
our-qcs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Controller: | |
// calls command / query | |
// has validabletrait (which valides itself with the given rules) | |
// command / query calls repository | |
// repository does the eloquent, mongo, or whatever way | |
// calls transformer | |
// returns a json response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment