Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Created April 13, 2019 04:54
Show Gist options
  • Save trungpv1601/4391133fa0c91760e80baa7c522aa61c to your computer and use it in GitHub Desktop.
Save trungpv1601/4391133fa0c91760e80baa7c522aa61c to your computer and use it in GitHub Desktop.
PHP Composer package locally
{
"name": "trungpv/application",
...
"repositories": {
"dev-package": {
"type": "path",
"url": "relative/or/absolute/path/to/my/dev-package",
"options": {
"symlink": true
}
}
}
}

composer require trungpv/dev-package @dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment