Skip to content

Instantly share code, notes, and snippets.

@DDRBoxman
Created August 13, 2021 19:19
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 DDRBoxman/6cf4b245b36f709e13750d10134c0ad7 to your computer and use it in GitHub Desktop.
Save DDRBoxman/6cf4b245b36f709e13750d10134c0ad7 to your computer and use it in GitHub Desktop.
Generate a Laravel APP_KEY with OpenSSL
echo "base64:$(openssl rand -base64 32)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment