PHP Trait Nwidart\Modules\Traits\MigrationLoaderTrait

Show file Open project: nwidart/laravel-modules

Protected Methods

Method Description
getMigrationGeneratorPath ( ) : string Get migration generator path.
loadMigrationFiles ( string $module ) Include all migrations files from the specified module.

Method Details

getMigrationGeneratorPath() protected method

Get migration generator path.
protected getMigrationGeneratorPath ( ) : string
return string

loadMigrationFiles() protected method

Include all migrations files from the specified module.
protected loadMigrationFiles ( string $module )
$module string