Lumen Micro Framework => php artisan key:generate

后端 未结 12 823
遥遥无期
遥遥无期 2021-01-30 00:59

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

12条回答
  •  鱼传尺愫
    2021-01-30 01:32

    Run php -a to start up interactive php playground.

    Then run echo substr(md5(rand()), 0, 32); to generate a 32 character string.

    You can then copy/paste into the .env file.

提交回复
热议问题