Skip to content

Commit

Permalink
Update Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
omides327 committed Sep 4, 2022
1 parent fa1eb5b commit 07c2ff3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/make-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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


# Flags

| Name | Description |
| --- | --- |
| full | Full structure |
| normal | Normal structure |


``` bash
php artisan make:module blog --full
```
Or

``` bash
php artisan make:module blog --normal
```
Expand Down

0 comments on commit 07c2ff3

Please sign in to comment.