Extended forms addon for Cockpit CMS
- Automatically check and retrieve forms uploaded $_FILES.
- Improved Forms::open and Forms::close api
- Improved Forms::submit logic
Download latest release and extract to COCKPIT_PATH/addons/ExtendedForms
directory
git clone https://github.com/Raruto/cockpit-extended-forms.git ./addons/ExtendedForms
php ./cp install/addon --name ExtendedForms --url https://github.com/Raruto/cockpit-extended-forms.git
-
Make sure path to cockpit addons is defined in your projects' composer.json file:
{ "name": "MY_PROJECT", "extra": { "installer-paths": { "cockpit/addons/{$name}": ["type:cockpit-module"] } } }
-
In your project root run:
composer require raruto/cockpit-extended-forms
Related projects: AdvancedForms, FormValidation