2017 © Pedro Peláez
 

concrete5-package sample_composer_package

Sample package that is installable via composer

image

concrete5/sample_composer_package

Sample package that is installable via composer

  • Thursday, October 26, 2017
  • by KorvinSzanto
  • Repository
  • 5 Watchers
  • 3 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

Sample Composer Package

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

Using this project as a skeleton

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)

The Versions

26/10 2017

dev-master

9999999-dev

Sample package that is installable via composer

  Sources   Download

MIT

The Requires

 

26/10 2017

v0.2

0.2.0.0

Sample package that is installable via composer

  Sources   Download

MIT

The Requires

 

25/07 2017

v0.1

0.1.0.0

Sample package that is installable via composer

  Sources   Download

MIT

The Requires