Laralib\L5scaffold\Makes\MakeLayout::getPathResource PHP Method

getPathResource() protected method

Get the path to where we should store the view.
protected getPathResource ( ) : string
return string
    protected function getPathResource()
    {
        return './resources/views/';
    }