Last active
December 14, 2019 08:36
-
-
Save devfaysal/9cf34ee4c01dfac55f152bfc38ab0350 to your computer and use it in GitHub Desktop.
Add local 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
"repositories": [ | |
{ | |
"type": "path", | |
"url": "../pkg/laravel-admin" | |
}, | |
{ | |
"type": "vcs", | |
"url": "[email protected]:vendor/my-private-repo.git" | |
} | |
] |
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
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