Last active
November 19, 2019 15:49
-
-
Save hxtree/8d4bcdfd0e9d47902a75decee994df94 to your computer and use it in GitHub Desktop.
PHP New Composer Package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# initate a package | |
composer init | |
# push package to repository | |
git add . | |
git commit -m 'Init repo' | |
git push | |
# create a release in repository | |
https://github.com/hxtree/PXP/tree/v0.1.1-beta | |
# add package to packagist | |
https://packagist.org/packages/hxtree/pxp | |
# require package | |
composer require hxtree/pxp v0.1.1-beta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment