Hello,
I am building my first laravel application, so I am quite new to laravel.
After reading about all the patterns everyone is recommending to use, I started my journey on how to go about it.
Gateway - Repository Pattern : http://stackoverflow.com/questions/23115291/how-to-make-an-rest-api-first-web-application-in-laravel
Validation service : http://culttt.com/2013/07/29/creating-laravel-4-validation-services/
How do I put everything together ?
Where do I use my validation service ? Inside the gateway or the Repository ?
Here is what I came up with after searching all over the place
https://github.com/octabrain/Laravel4-Patterns
Please suggest whether this is the correct approach ?
Regards.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community