Bosnadev\Repositories\Console\Commands\Creators\RepositoryCreator::getDirectory PHP Method

getDirectory() protected method

Get the repository directory.
protected getDirectory ( ) : mixed
return mixed
    protected function getDirectory()
    {
        // Get the directory from the config file.
        $directory = Config::get('repositories.repository_path');
        // Return the directory.
        return $directory;
    }