Skip to content

Instantly share code, notes, and snippets.

@chrisloftus
Created March 14, 2022 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisloftus/4bab7c7dde88b4f87cd414410664f711 to your computer and use it in GitHub Desktop.
Save chrisloftus/4bab7c7dde88b4f87cd414410664f711 to your computer and use it in GitHub Desktop.
Zip Laravel Deploy
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