Skip to content

Commit

Permalink
docs: add section "Applying Filters"
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 25, 2024
1 parent 0ad823c commit f0db26f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions user_guide_src/source/incoming/auto_routing_improved.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,17 @@ Controller/Method URI Description
takes precedence.
============================ ============================ =============================================

****************
Applying Filters
****************

Applying controller filters allows you to add processing before and after the
controller method execution. This is especially handy during authentication or
api logging.

If you use Auto Routing, set the filters to be applied in **app/Config/Filters.php**.
See :doc:`Controller Filters <filters>` for more information on setting up filters.

.. _routing-auto-routing-improved-configuration-options:

*********************
Expand Down

0 comments on commit f0db26f

Please sign in to comment.