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: 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 %%
.
In version 3.0 it was necessary to double the @
to distinguish it from the service name.