SeederMakeCommand
class SeederMakeCommand extends GeneratorCommand (View source)
Methods
void __construct(Filesystem $files, Composer $composer) Create a new command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command