When to generate a new Application Key in Laravel?
10:09 27 Oct 2015

Since it automatically sets it for me in my .env file when I create the app, I'm not sure when I should run it.

In addition to that, if a second developer comes in, and clones the app, does he/she need to run php artisan key:generate ?

How do we know exactly when to run php artisan key:generate ?

php laravel laravel-5 console laravel-5.1