Last active
August 20, 2017 15:37
-
-
Save huenisys/fb0b958c413c9e25cdcf549b1dbbe75a to your computer and use it in GitHub Desktop.
common composer commands
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
- $ composer validate | |
- $ composer diagnose | |
- $ composer self-update | |
- $ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist | |
- $ composer global require hirak/prestissimo # makes composer run faster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment