SeederMakeCommand

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

Seeder::setCommand()

$this setCommand(Command $command) Set the console command instance. Parameters Command $command Return Value $this

Seeder::setContainer()

$this setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value $this

Seeder::run()

abstract void run() Run the database seeds. Return Value void

SeedCommand::__construct()

void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void

SeedCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Seeder::call()

void call(string $class) Seed the given connection from the given path. Parameters string $class Return Value void

SeedCommand::__construct()

void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void

Seeder

Seeder class Seeder (View source) Methods void run() Run the database seeds. void call(string $class) Seed the given connection from the given path. $this setContainer(Container $container) Set the IoC container instance. $this setCommand(Command $command) Set the console command instance.

SeedCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void