Skip to content

Instantly share code, notes, and snippets.

@mohfahrul
Created March 25, 2022 09:05
Show Gist options
  • Save mohfahrul/715c6c5bbc15a2a2a546a197160a20d1 to your computer and use it in GitHub Desktop.
Save mohfahrul/715c6c5bbc15a2a2a546a197160a20d1 to your computer and use it in GitHub Desktop.
composer snippet
# 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