raruto/cockpit-extended-forms

Extended forms addon for Cockpit CMS

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:cockpit-module

pkg:composer/raruto/cockpit-extended-forms

0.0.6 2021-01-29 18:07 UTC

This package is auto-updated.

Last update: 2025-09-29 02:29:21 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