comoser / snipe-it-docker-compose

Dcoker compose ready to deploy a snipe-it instance with MySQL database
MIT License
42 stars 20 forks source link

New command to generate AND show the APP_KEY #1

Closed dataCore closed 3 years ago

dataCore commented 3 years ago

I just had to google how to generate AND show the generated APPKEY. On the current version (v5.1.7) of SnipeIT, just generating the key won't show you the key to put it into the .env file. I had to add --show_ to the command: php artisan key:generate --show

comoser commented 3 years ago

oh I wasn't aware of this! Thanks @dataCore, I'll fix the docs right away