PHP Trait Nwidart\Modules\Traits\MigrationLoaderTrait

Afficher le fichier Open project: nwidart/laravel-modules

Méthodes protégées

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

Method Details

getMigrationGeneratorPath() protected méthode

Get migration generator path.
protected getMigrationGeneratorPath ( ) : string
Résultat string

loadMigrationFiles() protected méthode

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