From 107aac3767993acbcf231b676d5709f9380bef95 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 3 Jul 2019 13:05:43 +0200 Subject: [PATCH] Website generation with Couscous --- configuration/router.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/router.html b/configuration/router.html index 717e313..6af3164 100644 --- a/configuration/router.html +++ b/configuration/router.html @@ -145,7 +145,7 @@ 'download', ], ], -

As you can in the example, you can assign required user roles and permissions for each route.

+

As you can see in the example, you can assign required user roles and permissions for each route.

Controllers

Since FileGator is using an awesome dependency injection container you can type-hint dependencies directly in your controllers.

You can also mix route parameters and dependencies in any order like in this example: