EarthlingInteractive / fssk-laravel

Full Stack Starter Kit, using PHP/Laravel for server
https://fssk-laravel.ei-app.com/
MIT License
1 stars 0 forks source link

Add laravel APP_KEY #6

Closed jpchip closed 6 years ago

jpchip commented 6 years ago

I realized when checking out a fresh copy that the an APP_KEY needed to be generated for the laravel .env file. Rather than making people do this every time, I figured it could just be added to the .env.example, so all development environments will be the same. I updated the readme to include instructions to generate a new key for production builds.