venne/sandbox

The sandbox is a pre-packaged Venne project, basic configured structure for your application.

dev-master / 2.0.x-dev 2014-01-12 11:29 UTC

This package is auto-updated.

Last update: 2024-03-29 02:27:27 UTC


README

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.

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