venne / sandbox
The sandbox is a pre-packaged Venne project, basic configured structure for your application.
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3.13
- dg/adminer-custom: v1.1.0
- venne/framework: 2.0.*@dev
This package is auto-updated.
Last update: 2024-10-29 03:53:25 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