Nette Documentation Preview

syntax
Nette Application
*****************

.[perex]
The `nette/application` package is the basis for creating interactive web applications.

- [How do applications work? |how-it-works]
- [Bootstrap]
- [Presenters]
- [Templates]
- [Modules]
- [Routing]
- [Creating URL Links |creating-links]
- [Interactive Components |components]
- [AJAX & Snippets |ajax]
- [Multiplier |multiplier]
- [Configuration]


Installation
------------

Download and install the package using [Composer|best-practices:composer]:

```shell
composer require nette/application
```

| version   | compatible with PHP
|-----------|-------------------
| Nette Application 3.2 | PHP 8.1 – 8.3
| Nette Application 3.1 | PHP 7.2 – 8.3
| Nette Application 3.0 | PHP 7.1 – 8.0
| Nette Application 2.4 | PHP 5.6 – 8.0

Applies to the latest patch versions.

Nette Application

The nette/application package is the basis for creating interactive web applications.

Installation

Download and install the package using Composer:

composer require nette/application
version compatible with PHP
Nette Application 3.2 PHP 8.1 – 8.3
Nette Application 3.1 PHP 7.2 – 8.3
Nette Application 3.0 PHP 7.1 – 8.0
Nette Application 2.4 PHP 5.6 – 8.0

Applies to the latest patch versions.