Nette Application
The nette/application
package is the basis for creating interactive web applications.
- How do applications work?
- Bootstrap
- Presenters
- Templates
- Modules
- Routing
- Creating URL Links
- Interactive Components
- AJAX & Snippets
- Multiplier
- Configuration
Installation
Download and install the package using Composer:
composer require nette/application
version | compatible with PHP |
---|---|
Nette Application 4.0 | PHP 8.1 – 8.3 |
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.