Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Modules (Nette Framework example)

The example demonstrates the usage of modules and submodules in Nette Framework. Presenters (and then templates) are separated on two main modules Front and Admin. Furthermore, the Front module contains the Export submodule.

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 Nette Framework is to download latest package from https://nette.org/download or using Composer:

curl -s http://getcomposer.org/installer | php
php composer.phar update

Then navigate your browser to the www directory. PHP 5.4 allows you run php -S localhost:8888 -t www to start the webserver and then visit http://localhost:8888 in your browser.