Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CyberPunkCodes/65b1513abc71543fd8a96844b6d0b860 to your computer and use it in GitHub Desktop.
Save CyberPunkCodes/65b1513abc71543fd8a96844b6d0b860 to your computer and use it in GitHub Desktop.
Composer Symlink Local Repositories
How to include an entire directory for your local repositories using symlink:
```bash
"repositories": [
{
"type": "path",
"url": "/Users/USERNAME/Sites/_packages/*",
"options": {
"symLink": true
}
}
],
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment