Last active
September 23, 2019 08:25
-
-
Save payamomrani/e6c6fe1dfd3764cba5b976dcf97c59af to your computer and use it in GitHub Desktop.
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
//Update Composer | |
composer update --no-scripts | |
//Update Autodump | |
composer du | |
composer auto-dump | |
//Cache | |
Cache::forget('key'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment