Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 717 Bytes

Carbon Field: Select Multiple

The future home of Carbon_Field_Select_Multiple. This currently does not work.

Requirements

Example Usage

Add the following to composer.json:

"repositories": [
   {
      "type": "vcs",
      "url": "https://github.com/dmhendricks/carbon-field-select-multiple.git"
   }
],
"require": {
  "php": ">=5.3.2",
  "mnsami/composer-custom-directory-installer": "~1.1.0",
  "htmlburger/carbon-fields": "^2.0.0",
  "dmhendricks/carbon-field-select2": "*",
  "composer/installers": "^1.3.0"
},
"extra": {
  "installer-paths": {
    "./vendor/htmlburger/carbon-fields": ["htmlburger/carbon-fields"]
  }
}