Barryvdh\Elfinder\Console\PublishCommand::getPath PHP Method

getPath() protected method

Get the path of the public folder, to merge with the elFinder folders.
protected getPath ( )
    protected function getPath()
    {
        return __DIR__ . '/../../resources/assets';
    }