Illuminate\Foundation\Console\AppNameCommand::setComposerNamespace PHP Method

setComposerNamespace() protected method

Set the PSR-4 namespace in the Composer file.
protected setComposerNamespace ( ) : void
return void
    protected function setComposerNamespace()
    {
        $this->replaceIn($this->getComposerPath(), str_replace('\\', '\\\\', $this->currentRoot) . '\\\\', str_replace('\\', '\\\\', $this->argument('name')) . '\\\\');
    }