Evercode1\ViewMaker\FormatsInput::setViewFilePaths PHP Method

setViewFilePaths() private method

create and set the file paths to the $this->paths array
private setViewFilePaths ( )
    private function setViewFilePaths()
    {
        foreach ($this->views as $key => $file) {
            $this->paths[$key][$file] = base_path($this->folderPath) . '/' . $file . '.blade.php';
        }
    }