Evercode1\ViewMaker\MakeChart::writeEachFile PHP Method

writeEachFile() private method

private writeEachFile ( )
    private function writeEachFile()
    {
        $this->appendRoute();
        $this->appendChartApiControllerMethod();
        $this->appendCssToIndex();
        $this->appendChartTemplateToIndex();
        $this->appendChartVueScript();
        $this->appendChartCdnCall();
    }