holyshared / c5-example-package
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:concrete5-package
This package is auto-updated.
Last update: 2024-10-15 16:06:27 UTC
README
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.
vi composer.json
Change the path of the vendor-dir.
"config": { "vendor-dir": "web/packages" }
Change the path of the installer-paths.
"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