Skip to content

Commit f0b3d4a

Browse files
committed
Updates README.md
Adds command alias to README.md
1 parent 61d2309 commit f0b3d4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Create file without any attributes:
4949
php artisan operations:make <operation_name> -e|--essential
5050
```
5151

52+
Use command alias to create operation file:
53+
```shell
54+
php artisan make:operation <operation_name>
55+
```
56+
5257
### Process operations
5358

5459
Process all new operation files:

0 commit comments

Comments
 (0)