Methods |
public
|
call(array|string $class, bool $silent = false, array $parameters = []): $this
Run the given seeder class.
Run the given seeder class.
|
#
|
public
|
callWith(array|string $class, array $parameters = []): void
Run the given seeder class.
Run the given seeder class.
|
#
|
public
|
callSilent(array|string $class, array $parameters = []): void
Silently run the given seeder class.
Silently run the given seeder class.
|
#
|
public
|
setContainer(Container $container): $this
Set the IoC container instance.
Set the IoC container instance.
|
#
|
public
|
setCommand(Command $command): $this
Set the console command instance.
Set the console command instance.
|
#
|
public
|
__invoke(array $parameters = []): mixed
Run the database seeds.
|
#
|