Skip to content

Instantly share code, notes, and snippets.

View cjgaliana's full-sized avatar

Camilo Galiana cjgaliana

  • Woking - UK
  • 02:28 (UTC)
View GitHub Profile
@krisanalfa
krisanalfa / KeyGenerateCommand.php
Last active September 25, 2023 17:25
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
{