MigrationCreator
class MigrationCreator (View source)
Methods
void
string
create(
string $name,
string $path,
string $table = null,
bool $create = false)
Create a new migration at the given path.
void
string
getStubPath()
Get the path to the stubs.
getFilesystem()
Get the filesystem instance.
Details
at line line 45
string
create(
string $name,
string $path,
string $table = null,
bool $create = false)
Create a new migration at the given path.