Friday, March 11, 2016

Laravel Auto Generated Form


  • Short description:

  • Create forms from Laravel model classes
  • Groups:

  • HTML
    PHP 5
    Databases

  • Supplied by:

  • Luciano Filho
  • Detailed description:

  • This class can create forms from Laravel model classes.

    It takes a Laraval model class object and retrieve the object fields so it can generate a form to let the users enter values to create new objects of the model class.

    The class automatically guesses the types of form inputs to create based on the field types and names.

    Applications can extend the Laravel model class with the necessary information on fields to define all the details of the form to be created including relationships and validation rules.

    The class can render the generated form and return the respective HTML code.
     

0 komentar: