2:09:00 PM Unknown
Short description:
Create forms from Laravel model classes |
Groups:
|
|
Supplied by:
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:
Post a Comment