Kirby\Cli\Command\Make::copy PHP Method

copy() protected method

protected copy ( )
    protected function copy()
    {
        // copy the controller template to the controller directory
        f::copy($this->template(), $this->file());
    }