rdok / vim

Dockerfiles for vim coding on top of docker.
https://hub.docker.com/r/rdok/vim
MIT License
0 stars 0 forks source link

PHP template: new class #10

Open rdok opened 4 years ago

rdok commented 4 years ago

A a developer I want to be able to generate the boilter plate for a new class, in the same as PHPStorm does.

<?php 

namespace App;

class Classname {

}