2017 © Pedro Peláez
 

library zfw

A Laravel package for automating data collection from forms

image

sevenpointsix/zfw

A Laravel package for automating data collection from forms

  • Wednesday, April 25, 2018
  • by sevenpointsix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

An experimental form handler for Laravel., (*1)

TODO:

Write an artisan command that will:, (*2)

  • Parse a page containing an HTML form and generate a config file
  • Validate the existing config file for errors
  • Check that each form has an associated table to store data; create a migration if not
  • Check that the database table has all necessary fields (based on the fields in the form); create a migration (to modify the table) if not
    • (This is probably a better idea than trying to get the FormController to create tables on the fly)
  • Check that we have a "thanks" page/route for each form

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)

The Versions

25/04 2018

dev-master

9999999-dev

A Laravel package for automating data collection from forms

  Sources   Download

The Requires

 

by Chris Gibson