Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 906b547

Browse files
committed
update readme
1 parent 9cb0062 commit 906b547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ Generate a new Observer class using the `domain:observer` command:
7777
php artisan domain:observer UserObserver -d User
7878
```
7979

80+
**Policies**
81+
82+
Generate a new Policy class using the `domain:policy` command:
83+
84+
```bash
85+
php artisan domain:policy UserPolicy -d User
86+
```
87+
8088
**Rules**
8189

8290
Generate a new Rule class usign the `domain:rule` command:

0 commit comments

Comments
 (0)