Encore\Admin\Commands\InstallCommand::makeDir PHP Method

makeDir() protected method

Make new directory.
protected makeDir ( string $path = '' )
$path string
    protected function makeDir($path = '')
    {
        $this->laravel['files']->makeDirectory("{$this->directory}/{$path}", 0755, true, true);
    }