We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d03924 commit ab51678Copy full SHA for ab51678
readme.MD
@@ -3,6 +3,10 @@
3
Форк [пакета](https://github.com/zholus/symfony-middleware-bundle). Доработано под личные нужды, добавлены
4
некоторые стандартные middleware.
5
6
+## Инсталляция
7
+
8
+`composer require proklung/symfony-middleware-bundle`
9
10
## Оригинальная документация
11
12
This bundle allow you to create simple middleware that executes right before controller does on each requests.
@@ -11,10 +15,6 @@ Its almost looks like middleware in laravel framework.
15
16
There are 4 possible ways to inject your middleware to your request.
13
17
14
-## Installation
-
-`composer require zholus/symfony-middleware:^1`
18
## Register middleware
19
20
### Global middleware
0 commit comments