FactoryGenerator
final class FactoryGenerator implements GeneratorInterface
Generator for dist/database/factories/*.php
.
Constants
INTENT |
The left padding for the body of the generated. |
Methods
void
run(bool $force = false)
Run the generator logic and save it to a file.
Details
at line 40
void
run(bool $force = false)
Run the generator logic and save it to a file.
at line 66
static void
make(Table $table, string|null $namespace = null, string|null $destination = null)
Create a instance.