2017 © Pedro Peláez
 

concrete5-package c5-example-package

image

holyshared/c5-example-package

  • Wednesday, March 11, 2015
  • by holyshared
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

c5-example-package

How to install

Download the concrete5

wget https://github.com/concrete5/concrete5-5.7.0/archive/5.7.3.1.tar.gz
tar zxvf 5.7.3.1.tar.gz

Setup the composer

cd concrete5-5.7.0-5.7.3.1
composer init

Edit the installation path

Open the composer.json., (*1)

vi composer.json

Change the path of the vendor-dir., (*2)

"config": {
    "vendor-dir": "web/packages"
}

Change the path of the installer-paths., (*3)

"extra": {
    "installer-paths": {
        "web/packages/{$name}/": [
            "type:concrete5-package"
        ]
    }
}

Install the package

composer require composer/installers:~1.0
composer require holyshared/c5-example-package:dev-master

The Versions

11/03 2015

dev-master

9999999-dev

  Sources   Download

by Avatar holyshared