array getMigrations(int $steps) Get list of migrations.
array getRan() Get the ran migrations for a given package.
Filesystem getFilesystem()
MigrationRepositoryInterface interface MigrationRepositoryInterface (
bool repositoryExists() Determine if the migration repository exists.
void createRepository() Create the migration repository data store.
void runMigrationList(array $migrations, array $options = array()) Run
array getMigrationFiles(string|array $paths) Get all of the migration files
string create(string $name, string $path, string $table = null, bool $create = false)
void path(string $path) Register a custom migration path. These
Page 3 of 5