The basic skeleton of application.
What is Venne:FRAMEWORK?
Simple and modular framework based on Nette Framework.
What is Nette Framework?
Nette Framework is a popular tool for PHP web development. It is designed to be the most usable and friendliest as possible. It focuses on security and performance and is definitely one of the safest PHP frameworks.
Nette Framework speaks your language and helps you to easily build better websites.
The best way to install Venne:FRAMEWORK is create new project using Composer:
curl -s http://getcomposer.org/installer | php
php composer.phar create-project venne/sandbox myApp
cd myApp
php prepare