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
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