Configuring Nette

An overview of all configuration options in the Nette Framework.

Nette components are configured using configuration files, which are usually written in the NEON format. They are best edited in editors that support it. If you are using the full framework, the configuration will be loaded during application boot; if not, read how to load the configuration.

 application: 	Application
constants: Definition of PHP constants
database: Database
decorator: Decorator
di: DI Container
extensions: Installation of additional DI extensions
forms: Forms
http: HTTP Headers
includes: Including files
latte: Latte Templates
mail: Mailing
parameters: Parameters
php: PHP configuration options
routing: Routing
search: Automatic service registration
security: Access Control
services: Services
session: Session
tracy: Tracy Debugger

To write a string containing the character %, you must escape it by doubling it to %%.

version: 4.0 3.x 2.x