Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenMl committed Dec 4, 2023
1 parent ead7c1b commit d943539
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ The configuration of generated classes is done via interactive questions.

### Domain

| Commande | Description | Generation path |
|-------------------|------------------|---------------------------------|
| `somake:action` | Action | `app/Domain/[domain]/Actions` |
| `somake:builder` | Eloquent Builder | `app/Domain/[domain]/Builders` |
| `somake:data` | Data | `app/Domain/[domain]/Data` |
| `somake:enum` | Enum | `app/Domain/[domain]/Enums` |
| `somake:event` | Event | `app/Domain/[domain]/Events` |
| `somake:listener` | Listener | `app/Domain/[domain]/Listeners` |
| `somake:model` | Model | `app/Domain/[domain]/Models` |
| `somake:policy` | Policy | `app/Domain/[domain]/Policies` |
| Commande | Description | Generation path |
|-----------------------|------------------|-------------------------------------|
| `somake:action` | Action | `app/Domain/[domain]/Actions` |
| `somake:builder` | Eloquent Builder | `app/Domain/[domain]/Builders` |
| `somake:data` | Data | `app/Domain/[domain]/Data` |
| `somake:enum` | Enum | `app/Domain/[domain]/Enums` |
| `somake:event` | Event | `app/Domain/[domain]/Events` |
| `somake:listener` | Listener | `app/Domain/[domain]/Listeners` |
| `somake:model` | Model | `app/Domain/[domain]/Models` |
| `somake:notification` | Notification | `app/Domain/[domain]/Notifications` |
| `somake:policy` | Policy | `app/Domain/[domain]/Policies` |

### Support

Expand Down

0 comments on commit d943539

Please sign in to comment.