Kirby\Cli\Command\Make\Blueprint::exists PHP Method

exists() protected method

protected exists ( )
    protected function exists()
    {
        return f::resolve(dirname($this->file()) . '/' . f::name($this->file()), ['php', 'yml', 'yaml']);
    }