Magestead\Installers\Magento2Project::copyAuthFile PHP Метод

copyAuthFile() защищенный Метод

protected copyAuthFile ( $destination ) : boolean
$destination
Результат boolean
    protected function copyAuthFile($destination)
    {
        $composerHome = (new Config($this->output))->getComposerHomeDir();
        $authFile = $composerHome . "/auth.json";
        return copy($authFile, $destination . '/public/auth.json');
    }