class CreateSuperAdmin extends Command (View source)

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected Factory $validatorFactory
protected Repository $config

Methods

__construct(Factory $validatorFactory, Repository $config)

No description

void
handle()

Create super admin account.

Details

__construct(Factory $validatorFactory, Repository $config)

No description

Parameters

Factory $validatorFactory
Repository $config

void handle()

Create super admin account.

Return Value

void