Skip to content

Instantly share code, notes, and snippets.

@olssonm
Created May 29, 2018 05:31
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 olssonm/038167d0bb27aa98e5bbced8c42527a9 to your computer and use it in GitHub Desktop.
Save olssonm/038167d0bb27aa98e5bbced8c42527a9 to your computer and use it in GitHub Desktop.
Load local packages via composer (for Laravel among others)
"require": {
"my/package": "dev-master",
},
"repositories": [
{
"type": "path",
"url": "../packages/my/package",
"options": {
"symlink": true
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment