how to set application key in lumen

40

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

Comments

Submit
0 Comments