mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Updated documentation.
This commit is contained in:
@@ -22,7 +22,6 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
|
|||||||
- [Setting up IIS](#setting-up-iis)
|
- [Setting up IIS](#setting-up-iis)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Helper functions](#helper-functions)
|
- [Helper functions](#helper-functions)
|
||||||
|
|
||||||
- [Routes](#routes)
|
- [Routes](#routes)
|
||||||
- [Basic routing](#basic-routing)
|
- [Basic routing](#basic-routing)
|
||||||
- [Available methods](#available-methods)
|
- [Available methods](#available-methods)
|
||||||
@@ -47,20 +46,16 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
|
|||||||
- [Enabling dependency injection](#enabling-dependency-injection)
|
- [Enabling dependency injection](#enabling-dependency-injection)
|
||||||
- [More reading](#more-reading)
|
- [More reading](#more-reading)
|
||||||
- [Other examples](#other-examples)
|
- [Other examples](#other-examples)
|
||||||
|
|
||||||
- [CSRF-protection](#csrf-protection)
|
- [CSRF-protection](#csrf-protection)
|
||||||
- [Adding CSRF-verifier](#adding-csrf-verifier)
|
- [Adding CSRF-verifier](#adding-csrf-verifier)
|
||||||
- [Getting CSRF-token](#getting-csrf-token)
|
- [Getting CSRF-token](#getting-csrf-token)
|
||||||
- [Custom CSRF-verifier](#custom-csrf-verifier)
|
- [Custom CSRF-verifier](#custom-csrf-verifier)
|
||||||
- [Custom Token-provider](#custom-token-provider)
|
- [Custom Token-provider](#custom-token-provider)
|
||||||
|
|
||||||
- [Middlewares](#middlewares)
|
- [Middlewares](#middlewares)
|
||||||
- [Example](#example-1)
|
- [Example](#example-1)
|
||||||
|
|
||||||
- [ExceptionHandlers](#exceptionhandlers)
|
- [ExceptionHandlers](#exceptionhandlers)
|
||||||
- [Handling 404, 403 and other errors](#handling-404-403-and-other-errors)
|
- [Handling 404, 403 and other errors](#handling-404-403-and-other-errors)
|
||||||
- [Using custom exception handlers](#using-custom-exception-handlers)
|
- [Using custom exception handlers](#using-custom-exception-handlers)
|
||||||
|
|
||||||
- [Urls](#urls)
|
- [Urls](#urls)
|
||||||
- [Get the current url](#get-the-current-url)
|
- [Get the current url](#get-the-current-url)
|
||||||
- [Get by name (single route)](#get-by-name-single-route)
|
- [Get by name (single route)](#get-by-name-single-route)
|
||||||
@@ -70,19 +65,16 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
|
|||||||
- [Getting REST/resource controller urls](#getting-restresource-controller-urls)
|
- [Getting REST/resource controller urls](#getting-restresource-controller-urls)
|
||||||
- [Manipulating url](#manipulating-url)
|
- [Manipulating url](#manipulating-url)
|
||||||
- [Useful url tricks](#useful-url-tricks)
|
- [Useful url tricks](#useful-url-tricks)
|
||||||
|
|
||||||
- [Input & parameters](#input--parameters)
|
- [Input & parameters](#input--parameters)
|
||||||
- [Using the Input class to manage parameters](#using-the-input-class-to-manage-parameters)
|
- [Using the Input class to manage parameters](#using-the-input-class-to-manage-parameters)
|
||||||
- [Get single parameter value](#get-single-parameter-value)
|
- [Get single parameter value](#get-single-parameter-value)
|
||||||
- [Get parameter object](#get-parameter-object)
|
- [Get parameter object](#get-parameter-object)
|
||||||
- [Managing files](#managing-files)
|
- [Managing files](#managing-files)
|
||||||
- [Get all parameters](#get-all-parameters)
|
- [Get all parameters](#get-all-parameters)
|
||||||
|
|
||||||
- [Events](#events)
|
- [Events](#events)
|
||||||
- [Available events](#available-events)
|
- [Available events](#available-events)
|
||||||
- [Registering new event](#registering-new-event)
|
- [Registering new event](#registering-new-event)
|
||||||
- [Custom EventHandlers](#custom-eventhandlers)
|
- [Custom EventHandlers](#custom-eventhandlers)
|
||||||
|
|
||||||
- [Advanced](#advanced)
|
- [Advanced](#advanced)
|
||||||
- [Url rewriting](#url-rewriting)
|
- [Url rewriting](#url-rewriting)
|
||||||
- [Changing current route](#changing-current-route)
|
- [Changing current route](#changing-current-route)
|
||||||
@@ -90,7 +82,6 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
|
|||||||
- [Adding routes manually](#adding-routes-manually)
|
- [Adding routes manually](#adding-routes-manually)
|
||||||
- [Parameters](#parameters)
|
- [Parameters](#parameters)
|
||||||
- [Extending](#extending)
|
- [Extending](#extending)
|
||||||
|
|
||||||
- [Help and support](#help-and-support)
|
- [Help and support](#help-and-support)
|
||||||
- [Common issues and fixes](#common-issues-and-fixes)
|
- [Common issues and fixes](#common-issues-and-fixes)
|
||||||
- [Debugging](#debugging)
|
- [Debugging](#debugging)
|
||||||
@@ -102,7 +93,6 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
|
|||||||
- [Issue template](#issue-template)
|
- [Issue template](#issue-template)
|
||||||
- [Feedback and development](#feedback-and-development)
|
- [Feedback and development](#feedback-and-development)
|
||||||
- [Contribution development guidelines](#contribution-development-guidelines)
|
- [Contribution development guidelines](#contribution-development-guidelines)
|
||||||
|
|
||||||
- [Credits](#credits)
|
- [Credits](#credits)
|
||||||
- [Sites](#sites)
|
- [Sites](#sites)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|||||||
Reference in New Issue
Block a user