processton-io / processton-form
This package will generate forms
1.1.0
2024-08-01 19:56 UTC
Requires
- php: ^8.0|^8.1
- processton-io/processton-interaction: ^1.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^9.0
README
Generate Form for processton Client
Installation
You can install the package via composer:
composer require processton-io/processton-form
Usage
ProcesstonForm::generateForm( 'Title', 'abc.com/submit-form', ProcesstonForm::generateFormRows([ ProcesstonForm::generateFormRow( [ ProcesstonForm::generateFormRowElement( 'label', 'text', 'map' ) ], [], '', '', '', 'row', ) ]) );
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ahmadkokab@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.