Laralib\L5scaffold\Makes\MakeRoute::start PHP Method

start() private method

Start make controller.
private start ( ) : void
return void
    private function start()
    {
        $name = $this->scaffoldCommandObj->getObjName('Name');
        $path = $this->getPath($name, 'route');
        $this->files->append($path, $this->compileRouteStub());
        $this->scaffoldCommandObj->info('Routes Updated successfully.');
    }