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.

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/themainframe/veto-skeleton

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