dev-master
9999999-devSample package that is installable via composer
MIT
The Requires
v0.2
0.2.0.0Sample package that is installable via composer
MIT
The Requires
v0.1
0.1.0.0Sample package that is installable via composer
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Sample package that is installable via composer
This project is a concrete5 sample package that is powered entirely by composer., (*1)
To install this package on a composer based concrete5 site, make sure you already have composer/installers then run:, (*2)
$ composer require concrete5/sample_composer_package
Then install the package, (*3)
$ ./vendor/bin/concrete5 c5:package-install sample_composer_package
First, use composer create-project to begin your own package project., (*4)
$ composer create-project concrete5/sample_composer_package
Once this is done, modify the composer.json to have information about your project and an updated name.
Then set up your VCS, (*5)
git init git remote add origin git@github.com/youraccount/yourrepository git add . git commit -m "Initial Commit" git push
Finally, add your git repository to a composer repository. And that's it!, (*6)
Sample package that is installable via composer
MIT
Sample package that is installable via composer
MIT
Sample package that is installable via composer
MIT