-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Matěj Bucek edited this page Mar 16, 2021
·
2 revisions
There is few things you have to configure in config.yaml.
app:
lookup:
prefix: src/
paths:
- Controllers
- Services
templates:
path: templates/
temp: tmp/
errors:
name: "ErrorController"
method: handleErrorIn lookup, we specified paths, where our Kernel should look for your Services or Controllers.
We also specified paths for Latte there.
You also have to provide some class and method, where would be exceptions forwarded to.