Methods | ||
---|---|---|
public
|
__construct(Filesystem $files, string $customStubPath): void
|
# |
public
|
create(string $name, string $path, string|null $table = null, bool $create = false): string
|
# |
protected
|
ensureMigrationDoesntAlreadyExist(string $name, string $migrationPath = null): void
|
# |
protected
|
getStub(string|null $table, bool $create): string
|
# |
protected
|
populateStub(string $stub, string|null $table): string
|
# |
protected
|
getClassName(string $name): string
|
# |
protected
|
getPath(string $name, string $path): string
|
# |
protected
|
firePostCreateHooks(string|null $table, string $path): void
|
# |
public
|
afterCreate(Closure $callback): void
|
# |
protected
|
getDatePrefix(): string
|
# |
public
|
stubPath(): string
|
# |
public
|
getFilesystem(): Filesystem
|
# |
Properties | |||
---|---|---|---|
protected
|
Filesystem
|
$files
|
# |
protected
|
string
|
$customStubPath
|
# |
protected
|
array
|
$postCreate = []
|
# |