Download the PHP package revolution/laravel-laminas-form without Composer
On this page you can find all versions of the php package revolution/laravel-laminas-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download revolution/laravel-laminas-form
More information about revolution/laravel-laminas-form
Files in revolution/laravel-laminas-form
Download revolution/laravel-laminas-form
More information about revolution/laravel-laminas-form
Files in revolution/laravel-laminas-form
Please rate this library. Is it a good library?
Informations about the package laravel-laminas-form
Laravel Laminas Form
https://docs.laminas.dev/laminas-form/
Requirements
- PHP >= 8.1
- Laravel >= 10.0
Versioning
- Basic : semver
- Drop old PHP or Laravel version :
+0.1
. composer should handle it well. - Support only latest major version (
master
branch), but you can PR to old branches.
Installation
Suggest from LaminasForm
https://github.com/laminas/laminas-form/blob/master/composer.json
Demo
https://github.com/kawax/laravel-laminas-form-project
Artisan command
app/Http/Forms/SampleForm.php
Form class
Controller
View
Simple render
Same as LaminasForm's echo $this->form($form);
Detail render
Form object can call Laminas's ViewHelper by magic method.
See https://docs.laminas.dev/quick-start/
ViewHelper render
https://github.com/kawax/laravel-laminas-form/blob/master/docs/helpers.md
Validation
Use Laravel's FormRequest.
LICENSE
MIT
Copyright kawax
All versions of laravel-laminas-form with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laminas/laminas-escaper Version ^2.12
laminas/laminas-form Version ^3.8
laminas/laminas-i18n Version ^2.21
laminas/laminas-servicemanager Version ^3.20
laminas/laminas-view Version ^2.26
illuminate/support Version ^10.0||^11.0
illuminate/container Version ^10.0||^11.0
laminas/laminas-escaper Version ^2.12
laminas/laminas-form Version ^3.8
laminas/laminas-i18n Version ^2.21
laminas/laminas-servicemanager Version ^3.20
laminas/laminas-view Version ^2.26
illuminate/support Version ^10.0||^11.0
illuminate/container Version ^10.0||^11.0
The package revolution/laravel-laminas-form contains the following files
Loading the files please wait ....