Download the PHP package aluisio-pires/laravel-dynamic-forms without Composer
On this page you can find all versions of the php package aluisio-pires/laravel-dynamic-forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aluisio-pires/laravel-dynamic-forms
More information about aluisio-pires/laravel-dynamic-forms
Files in aluisio-pires/laravel-dynamic-forms
Download aluisio-pires/laravel-dynamic-forms
More information about aluisio-pires/laravel-dynamic-forms
Files in aluisio-pires/laravel-dynamic-forms
Vendor aluisio-pires
Package laravel-dynamic-forms
Short Description Dynamic Forms for Laravel with validations.
License MIT
Package laravel-dynamic-forms
Short Description Dynamic Forms for Laravel with validations.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-dynamic-forms
LaravelDynamicForms
Dynamic Forms for Laravel with validations.
Requirements
- Laravel 9+
Install
Register the provider class in "config/app.php"
Run the install command
Usage
In your model class, use HasForms trait. Example:
Now you can create your own form with fields and validations. You can see the model field contents just like:
You also can save the content just passing field names, like:
All versions of laravel-dynamic-forms with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1.0
ext-json Version *
illuminate/console Version ^9.0
illuminate/support Version ^9.0
illuminate/database Version ^9.0
illuminate/validation Version ^9.0
ext-json Version *
illuminate/console Version ^9.0
illuminate/support Version ^9.0
illuminate/database Version ^9.0
illuminate/validation Version ^9.0
The package aluisio-pires/laravel-dynamic-forms contains the following files
Loading the files please wait ....