Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru authored Sep 3, 2022
1 parent 67b2935 commit bdbe58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Laravel auto-discovery will automatically do the magic for you. So you don't hav
```bash
php artisan eloquent:phpdoc App\Models\User # view only
php artisan eloquent:phpdoc App\Models\User --write # view & write to file
php artisan eloquent:phpdoc App\Models\User --short-class # new option - use short class instead of full namespace path
```

Result:
Expand Down Expand Up @@ -112,4 +113,4 @@ MIT License
## Made by

- [Seth Phat](https://github.com/sethsandaru)
- (... contributors?)
- (... contributors?)

0 comments on commit bdbe58b

Please sign in to comment.