Baum\Console\InstallCommand::getMigrationsPath PHP Method

getMigrationsPath() protected method

Get the path to the migrations directory.
protected getMigrationsPath ( ) : string
return string
    protected function getMigrationsPath()
    {
        return $this->laravel->databasePath();
    }