Created
March 25, 2022 09:05
-
-
Save mohfahrul/715c6c5bbc15a2a2a546a197160a20d1 to your computer and use it in GitHub Desktop.
composer snippet
This file contains 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
# install. install all package dari composer.json | |
- composer install | |
# require. install package | |
- composer require <nama package> | |
# update | |
- composer update <nama package> | |
# remove | |
- composer remove <nama package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment