PHP Class Nwidart\Modules\Commands\SeedMakeCommand

Inheritance: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait, use trait Nwidart\Modules\Traits\CanClearModulesCache
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$argumentName
$description string The console command description.
$name string The console command name.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getDestinationFilePath ( ) : mixed
getOptions ( ) : array Get the console command options.
getTemplateContents ( ) : mixed

Private Methods

Method Description
getSeederName ( ) : string Get seeder name.

Method Details

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getDestinationFilePath() protected method

protected getDestinationFilePath ( ) : mixed
return mixed

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

getTemplateContents() protected method

protected getTemplateContents ( ) : mixed
return mixed

Property Details

$argumentName protected property

protected $argumentName

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string