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

copyLanguageFiles() protected method

Copy language files to admin directory.
protected copyLanguageFiles ( ) : void
return void
    protected function copyLanguageFiles()
    {
        $this->laravel['files']->copyDirectory(__DIR__ . '/../../lang/', "{$this->directory}/lang/");
    }