PoppySeedCommand
class PoppySeedCommand extends Command
Poppy Seed
Properties
protected string | $name | The console command name. |
|
protected string | $description | The console command description. |
|
protected Poppy | $poppy |
Methods
handle()
Execute the console command.
seed(string $slug)
Seed the specific module.
array
getArguments()
No description
array
getOptions()
No description
Details
at line 38
__construct(Poppy $poppy)
No description
at line 48
handle()
Execute the console command.
at line 84
protected
seed(string $slug)
Seed the specific module.
at line 116
protected array
getArguments()
No description
at line 126
protected array
getOptions()
No description