Register migrations from a given directory. Recursively finds all files
with the pattern VersionYYYYMMDDHHMMSS.php as the filename and registers
them as migrations.
public registerMigrationsFromDirectory ( string $path ) : |
||
$path | string | The root directory to where some migration classes live. |
리턴 | The array of migrations registered. |