Validating Laravel Console Input
– ryangjchandler.co.uk - submitted by Ryan Chandler
When distributing console commands in a package or within an application, making sure data is in the correct format can be important. Let's build a `make:user` command that takes advantage of Laravel's validation helpers.
Read more [ryangjchandler.co.uk]