raruto/cockpit-extended-forms

Extended forms addon for Cockpit CMS

0.0.6 2021-01-29 18:07 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:20 UTC


README

Extended forms addon for Cockpit CMS

Features

Installation

Manual

Download latest release and extract to COCKPIT_PATH/addons/ExtendedForms directory

Git

git clone https://github.com/Raruto/cockpit-extended-forms.git ./addons/ExtendedForms

Cockpit CLI

php ./cp install/addon --name ExtendedForms --url https://github.com/Raruto/cockpit-extended-forms.git

Composer

  1. 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"]
            }
        }
    }
  2. In your project root run:

    composer require raruto/cockpit-extended-forms

Related projects: AdvancedForms, FormValidation

Compatibile with: Cockpit CMS