Skip to content

Commit 07c2ff3

Browse files
committed
Update Documents
1 parent fa1eb5b commit 07c2ff3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/make-module.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
To make modules use the artisan command php artisan make:moudle ModuleName to create a module called blog:
44

5+
6+
# Flags
7+
8+
| Name | Description |
9+
| --- | --- |
10+
| full | Full structure |
11+
| normal | Normal structure |
12+
13+
14+
``` bash
15+
php artisan make:module blog --full
16+
```
17+
Or
18+
519
``` bash
620
php artisan make:module blog --normal
721
```

0 commit comments

Comments
 (0)