how to set application key in lumen code example
Example: how to set application key in lumen
$router->get('/key', function() {
return \Illuminate\Support\Str::random(32);
});
$router->get('/key', function() {
return \Illuminate\Support\Str::random(32);
});