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