Download the PHP package gerson22/formap without Composer
On this page you can find all versions of the php package gerson22/formap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gerson22/formap
More information about gerson22/formap
Files in gerson22/formap
Download gerson22/formap
More information about gerson22/formap
Files in gerson22/formap
Vendor gerson22
Package formap
Short Description Librería para mapeo de campos de la base de datos y crear formularios automático
License MIT
Package formap
Short Description Librería para mapeo de campos de la base de datos y crear formularios automático
License MIT
Please rate this library. Is it a good library?
Informations about the package formap
Formap
Librería para mapeo de campos de la base de datos y generar formularios automáticamente
Require
1.0.0
php >= 7.0.26
0.3.0
php >= 5.3.3
Installation
With Composer
Getting Started
Create files on root directory
globals.php
.env
Usage
First Option
Second option with Laravel 5.*
add statment on public\index.php
Documentation
Methods
setId()
- @string
- Establece el atributo id del formulario
setMethod()
- @string
- Establece el atributo method del formulario
setAction()
- @string
- Establece el atributo action del formulario
only()
- @array
- Campos que serán visibles
except()
- @array
- Campos que no serán visible
all()
- @void
- Mapea todos los campos
add()
- @array
- Agrega fields externos a la tabla mapeada
toHTML()
- @void
- Después de especificar los campos a mapear convertir el Form en HTML
All versions of formap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package gerson22/formap contains the following files
Loading the files please wait ....