Lumen Generate App Key

$router->get('/key', function() {
    return \Illuminate\Support\Str::random(32);
});
Alberto Peripolli