SeederGenerator
final class SeederGenerator implements GeneratorInterface
Generator for dist/database/seeders/*.php
.
Methods
void
run(bool $force = false)
Run the generator logic and save it to a file.
Details
at line 39
void
run(bool $force = false)
Run the generator logic and save it to a file.
at line 57
static void
make(Table $table, string|null $namespace = null, string|null $destination = null)
Create a instance.