When to generate a new Application Key in Laravel?
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 ?