I\'m trying out the PHP micro Framework Lumen (from Laravel).
One of my first steps was to look into the .env.example file and make a copy of it to have my
To generate key and use laravel command you need to install one package. The details are as below:
composer require flipbox/lumen-generator$app->register(Flipbox\LumenGenerator\LumenGeneratorServiceProvider::class); into bootstrap/app.php file.Link: https://github.com/flipboxstudio/lumen-generator