dev-master
9999999-devA Laravel package for automating data collection from forms
The Requires
by Chris Gibson
A Laravel package for automating data collection from forms
An experimental form handler for Laravel., (*1)
Write an artisan command that will:, (*2)
So, the main approach here will be:, (*3)
php artisan zfw
, (*4)
That will look at all routes, find forms, and check them., (*5)
We should probably allow a route name to be passed in as a main parameter, so that we can just check one single form. (This will be quicker and also easier when testing)., (*6)
A Laravel package for automating data collection from forms