Created
March 14, 2022 12:33
-
-
Save chrisloftus/4bab7c7dde88b4f87cd414410664f711 to your computer and use it in GitHub Desktop.
Zip Laravel Deploy
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
zip <name>.zip -r * .[^.]* -x '*.git*' -x '*.DS_Store' -x bootstrap/cache -x storage/framework/cache -x storage/framework/views -x storage/logs -x vendor -x tests -x .env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment