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. |
Please login to continue.