Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

How to try it out

Jakub Theimer edited this page May 8, 2022 · 1 revision

Getcandy multiselect field

How to try out the dev version

You can try out this package by hooking the fork of getcandy which introduces support to publish package scripts.

You can check out the PR here: https://github.com/getcandy/getcandy/pull/279

Please set up your composer.json like this:

"getcandy/getcandy": "dev-package-assets",
"dystcz/getcandy-multiselect": "dev-dev",
"repositories": [
    {
        "type": "git",
        "url": "https://github.com/dystcz/getcandy-multiselect"
    },
    {
        "type": "git",
        "url": "https://github.com/dystcz/getcandy"
    }
],

Then run composer update and you can try it out

Clone this wiki locally