Skip to content

Latest commit

History

History
35 lines (29 loc) 路 3.04 KB

configuring.texy

File metadata and controls

35 lines (29 loc) 路 3.04 KB
Configuring Nette ***************** .[perex] An overview of all configuration options in the Nette Framework. The Nette components are configured using configuration files, which are usually written in [NEON|neon/format]. They are best edited in [editors that support it |best-practices/editors-and-tools#ide-editor]. If you are using the full framework, the configuration will be [loaded during booting |application/bootstrap#di-container-configuration], if not, see [how to load the configuration |best-practices/how-to-load-configuration].
"application .[prism-token prism-atrule]":[application/configuration#Application]: 	"Application .[prism-token prism-comment]"
"constants .[prism-token prism-atrule]":[application/configuration#Constants]: "Defines PHP constants .[prism-token prism-comment]"
"database .[prism-token prism-atrule]":[database/configuration]: "Database .[prism-token prism-comment]"
"decorator .[prism-token prism-atrule]":[dependency-injection/configuration#Decorator]: "Decorator .[prism-token prism-comment]"
"di .[prism-token prism-atrule]":[dependency-injection/configuration#DI]: "DI Container .[prism-token prism-comment]"
"extensions .[prism-token prism-atrule]":[dependency-injection/configuration#Extensions]: "Install additional DI extensions .[prism-token prism-comment]"
"forms .[prism-token prism-atrule]":[forms/configuration]: "Forms .[prism-token prism-comment]"
"http .[prism-token prism-atrule]":[http/configuration#HTTP Headers]: "HTTP Headers .[prism-token prism-comment]"
"includes .[prism-token prism-atrule]":[dependency-injection/configuration#Including files]: "Including files .[prism-token prism-comment]"
"latte .[prism-token prism-atrule]":[application/configuration#Latte]: "Latte .[prism-token prism-comment]"
"mail .[prism-token prism-atrule]":[mail/@home#Configuring]: "Mailing .[prism-token prism-comment]"
"parameters .[prism-token prism-atrule]":[dependency-injection/configuration#Parameters]: "Parameters .[prism-token prism-comment]"
"php .[prism-token prism-atrule]":[application/configuration#PHP]: "PHP configuration options .[prism-token prism-comment]"
"routing .[prism-token prism-atrule]":[application/configuration#Routing]: "Routing .[prism-token prism-comment]"
"search .[prism-token prism-atrule]":[dependency-injection/configuration#Search]: "Automatic service registration .[prism-token prism-comment]"
"security .[prism-token prism-atrule]":[security/configuration]: "Access Control .[prism-token prism-comment]"
"services .[prism-token prism-atrule]":[dependency-injection/services]: "Services .[prism-token prism-comment]"
"session .[prism-token prism-atrule]":[http/configuration#Session]: "Session .[prism-token prism-comment]"
"tracy .[prism-token prism-atrule]":[tracy:configuring#Nette Framework]: "Tracy Debugger .[prism-token prism-comment]"
If you use a string that starts with `@` or has `%` anywhere in it, you need to escape it by adding another `@` or `%`. .[note] {{leftbar: @menu-topics}}