File: readme.txt

package info (click to toggle)
php-nette 2.4-20160731-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,208 kB
  • ctags: 7,552
  • sloc: php: 31,410; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Modules (Nette Framework example)
---------------------------------

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


What is [Nette Framework](https://nette.org)?
--------------------------------------------

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](https://doc.nette.org/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.