Cookbook¶
The cookbook section contains recipes for solving specific problems.
Recipes¶
- Accepting a JSON Request Body A common need when building a restful API is the ability to accept a JSON encoded entity from the request body.
- Using PdoSessionStorage to store Sessions in the Database.
- Disabling the CSRF Protection on a Form using the FormExtension.
- Using YAML to configure Validation.
- Making sub-Requests.
- Converting Errors to Exceptions.
- Using multiple Monolog Loggers.
- How to Create a Custom Authentication System with Guard.