fixing merge issues for comment tweaks
This commit is contained in:
@@ -99,14 +99,14 @@ If a request enters your application but does not match any existing route, the
|
||||
|
||||
You are free to change this to fit the needs of your application!
|
||||
|
||||
*Futher Reading:*
|
||||
*Further Reading:*
|
||||
|
||||
- *[Events](/docs/events)*
|
||||
|
||||
<a name="filters"></a>
|
||||
## Filters
|
||||
|
||||
Route filters may be run before or after a route is executed. If a "before" filter returns a value, that value is considered the response to the request and the route is not executed, which is conveniont when implementing authentication filters, etc. Filters are typically defined in **application/routes.php**.
|
||||
Route filters may be run before or after a route is executed. If a "before" filter returns a value, that value is considered the response to the request and the route is not executed, which is convenient when implementing authentication filters, etc. Filters are typically defined in **application/routes.php**.
|
||||
|
||||
#### Registering a filter:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user