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.
Package info
github.com/themainframe/veto-skeleton
Language:HTML
pkg:composer/themainframe/veto-skeleton
dev-master
2016-09-27 20:05 UTC
Requires
- themainframe/veto: dev-master
- twig/twig: 1.24.*
This package is not auto-updated.
Last update: 2026-03-11 18:44: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
-
Get composer:
curl -sS https://getcomposer.org/installer | php -
Install Veto, in this case, in a new directory called
myproject:php composer.phar create-project themainframe/veto-skeleton -s dev myproject