Configuring Nette

An overview of all configuration options in the Nette Framework.

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

 application: 	Application
constants: Defines PHP constants
database: Database
decorator: Decorator
di: DI Container
extensions: Install additional DI extensions
forms: Forms
http: HTTP Headers
includes: Including files
latte: Latte
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