themainframe / veto-skeleton
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
Requires
- themainframe/veto: dev-master
- twig/twig: 1.24.*
This package is not auto-updated.
Last update: 2025-06-18 15:10:25 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