Skip to content

Instantly share code, notes, and snippets.

@devfaysal
Last active December 14, 2019 08:36
Show Gist options
  • Save devfaysal/9cf34ee4c01dfac55f152bfc38ab0350 to your computer and use it in GitHub Desktop.
Save devfaysal/9cf34ee4c01dfac55f152bfc38ab0350 to your computer and use it in GitHub Desktop.
Add local composer package
"repositories": [
{
"type": "path",
"url": "../pkg/laravel-admin"
},
{
"type": "vcs",
"url": "git@bitbucket.org:vendor/my-private-repo.git"
}
]
composer require devfaysal/laravel-admin @dev
composer show fzaninotto/faker --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment