I\'m trying out the PHP micro Framework Lumen (from Laravel).
One of my first steps was to look into the .env.example file and make a copy of it to have my
.env.example
Run php -a to start up interactive php playground.
php -a
Then run echo substr(md5(rand()), 0, 32); to generate a 32 character string.
echo substr(md5(rand()), 0, 32);
You can then copy/paste into the .env file.
.env