Skip to content

Instantly share code, notes, and snippets.

@xaoseric
xaoseric / KeyGenerateCommand.php
Created March 12, 2018 23:04 — forked from krisanalfa/KeyGenerateCommand.php
Lumen Key Generator Commands
<?php
namespace App\Console\Commands;
use Illuminate\Support\Str;
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
class KeyGenerateCommand extends Command
{