gclark18
gclark18

Reputation: 725

Laravel Controller Refactor (validation and request manipluation)

Where should you store the request validation when the request first needs to be manipulated before being passed for validation?

Upvotes: 0

Views: 114

Answers (1)

Vic Andam
Vic Andam

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

Related Questions