We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c461b2 commit f62a631Copy full SHA for f62a631
README.md
@@ -16,10 +16,11 @@ Usage:
16
typescriptify:model [options] [--] <model>
17
18
Arguments:
19
- model The fully qualified class name for the model - e.g. App\Models\User
+ model The fully qualified class name for the model - e.g. App\Models\User
20
21
Options:
22
- --includeHidden Include the protected $hidden properties
+ --includeHidden[=INCLUDEHIDDEN] Include the protected $hidden properties [default: "false"]
23
+ --includeRelations[=INCLUDERELATIONS] Map foreign key columns to interface definitions [default: "true"]
24
```
25
26
## Example Usage
0 commit comments