Cookbook ======== The cookbook section contains recipes for solving specific problems. .. toctree:: :maxdepth: 1 :hidden: json_request_body session_storage form_no_csrf validator_yaml sub_requests error_handler multiple_loggers guard_authentication Recipes ------- * :doc:`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. * :doc:`Using PdoSessionStorage to store Sessions in the Database `. * :doc:`Disabling the CSRF Protection on a Form using the FormExtension `. * :doc:`Using YAML to configure Validation `. * :doc:`Making sub-Requests `. * :doc:`Converting Errors to Exceptions `. * :doc:`Using multiple Monolog Loggers `. * :doc:`How to Create a Custom Authentication System with Guard `.