Skip to content

Commit cbf00a4

Browse files
author
Lucas GOSGNACH ADM
committed
Fix url
1 parent bf231b7 commit cbf00a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/4.digging-deeper/4.authorizations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Laravel Rest Api doesn't provide authentication, you can define it on your proje
88

99
## Policies
1010

11-
To restrict access to viewing, creating, updating, or deleting resources, Laravel Rest Api relies on Laravel's authorization policies.
11+
To restrict access to viewing, creating, updating, or deleting resources, Laravel Rest Api relies on Laravel's [authorization policies](https://laravel.com/docs/authorization#creating-policies).
1212
By default, Laravel automatically associates the appropriate authorization policies with your models.
13-
You can also manually associate a policy in your AppServiceProvider. In either case, Laravel REST API will use it automatically, without requiring any additional configuration.
13+
You can also manually associate a policy in your `AppServiceProvider`. In either case, Laravel REST API will use it automatically, without requiring any additional configuration.
1414

1515
This concerns the following methods:
1616
- viewAny

0 commit comments

Comments
 (0)