themainframe/veto-skeleton

There is no license information available for the latest version (dev-master) of this package.

A basic skeleton installation for the Veto framework.

dev-master 2016-09-27 20:05 UTC

README

A basic skeleton installation for the Veto framework. If you want to start a new project basted on Veto, this is a great place to start.

Installing

  1. Get composer:

     curl -sS https://getcomposer.org/installer | php
    
  2. Install Veto, in this case, in a new directory called myproject:

     php composer.phar create-project themainframe/veto-skeleton -s dev myproject