Skip to content

Instantly share code, notes, and snippets.

@maximko
Created April 17, 2024 14:38
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 maximko/ee010ba15e2825e15ebaefd2388ca399 to your computer and use it in GitHub Desktop.
Save maximko/ee010ba15e2825e15ebaefd2388ca399 to your computer and use it in GitHub Desktop.
Generate laravel APP_KEY one liner
docker run --rm -it laravelsail/php82-composer:latest bash -c "laravel new example-app --no-interaction && cd example-app && php ./artisan key:generate && cat .env | grep APP_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment