castamir/nette-starter

The is the simplest pre-packaged Nette Framework project, basic configured structure for your application.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

Type:project

dev-master 2016-04-23 08:34 UTC

This package is auto-updated.

Last update: 2024-04-05 20:05:17 UTC


README

This is the simplest pre-packaged and pre-configured application using the Nette that you can use as the starting point for your new applications.

Nette 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.

Installation

The best way to install Web Project is using Composer. If you don't have Composer yet, download it following the instructions. Then use command:

	composer create-project nette/sandbox path/to/install --prefer-dist
	cd path/to/install

Make directory temp/ writable.

Web Server Setup

The simplest way to get started is to start the built-in PHP server in the root directory of your project:

	php -S localhost:8000 -t www

Then visit http://localhost:8000 in your browser to see the welcome page.

For Apache or Nginx, setup a virtual host to point to the www/ directory of the project and you should be ready to go.

It is CRITICAL that whole app/ and temp/ directories are not accessible directly via a web browser. See security warning.

Requirements

PHP 5.3.1 or higher.

License

  • Nette: New BSD License or GPL 2.0 or 3.0