Reputation: 725
Where should you store the request validation when the request first needs to be manipulated before being passed for validation?
Upvotes: 0
Views: 114
Reputation: 1193
If you want your code much cleaner and readable I've used laravel repositories package at https://github.com/andersao/l5-repository
Upvotes: 1