Download the PHP package erikgreasy/wp-advanced-forms without Composer
On this page you can find all versions of the php package erikgreasy/wp-advanced-forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download erikgreasy/wp-advanced-forms
More information about erikgreasy/wp-advanced-forms
Files in erikgreasy/wp-advanced-forms
Package wp-advanced-forms
Short Description This is my package wp-advanced-forms
License MIT
Homepage https://github.com/erikgreasy/wp-advanced-forms
Informations about the package wp-advanced-forms
WP Advanced Forms - Custom WordPress forms made easier
Advanced forms provide a convenient way to create custom forms in WordPress by making typical form tasks like validation easier.
Current batteries included
- ability to use laravel validation
- easy way to config your form without hassle of repeating WP action key, ugly WP hooks callbacks for handling forms and more
Installation
You can install the package via composer:
Usage
Create your forms classes extending the base FormComponent class. Example form class:
Register all your forms in functions.php, or in the plugin:
Now you can render your forms with single source of truth based in your form class:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
All versions of wp-advanced-forms with dependencies
illuminate/translation Version ^8.0 || ^9.0
illuminate/validation Version ^8.0 || ^9.0