W3cubDocs

/Laravel 5.4

Seeder

class Seeder (View source)

Methods

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.

void __invoke()

Run the database seeds.

Details

void call(string $class)

Seed the given connection from the given path.

Parameters

string $class

Return Value

void

$this setContainer(Container $container)

Set the IoC container instance.

Parameters

Container $container

Return Value

$this

$this setCommand(Command $command)

Set the console command instance.

Parameters

Command $command

Return Value

$this

void __invoke()

Run the database seeds.

Return Value

void

Exceptions

InvalidArgumentException

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Database/Seeder.html