Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created December 2, 2019 01:50
Show Gist options
  • Save nasrulhazim/f9a86bc0defe60c4d8bddea435f301bb to your computer and use it in GitHub Desktop.
Save nasrulhazim/f9a86bc0defe60c4d8bddea435f301bb to your computer and use it in GitHub Desktop.
Update Laravel Application Dependencies
composer update
# can improvise this. If there's new packages, do add and commit.
git add .
git commit -m "Update dependencies"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment