Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 865 Bytes

readme.md

File metadata and controls

executable file
·
32 lines (20 loc) · 865 Bytes

Venne:FRAMEWORK Sandbox

The basic skeleton of application.

Simple and modular framework based on 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.

Installing

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