Mitchell McKenna
Mitchell McKenna
Tech, programming and personal interests.
  • Twitter
  • Github
Skip to content

Lumen

There is one post tagged Lumen.

Reduce Validation Bloat in Laravel Controllers

In Laravel or Lumen, I’ve often noticed that a significant portion of my controllers can be validation calls. To solve this, I moved validation rules to a config file. By doing so, you can often simplify validation to just a single line of code […]

in Laravel, Programming | August 4, 2017 | Comment