Skip to content

Instantly share code, notes, and snippets.

@DDRBoxman
Created August 13, 2021 19:19
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