Skip to content

Commit

Permalink
chore(scripts): 增加 ide-helper:models 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Dec 10, 2024
1 parent 0524176 commit 320026d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,22 @@
],
"format:dirty": [
"@php vendor/bin/pint --dirty"
],
"ide-helper:models": [
"@php artisan ide-helper:models -R -M"
]
},
"scripts-descriptions": {
"post-autoload-dump": "Post Autoload Dump",
"post-update-cmd": "Post Update Cmd",
"post-root-package-install": "Post Root Package Install",
"post-create-project-cmd": "Post Create Project Cmd",
"analyze": "Static Analysis",
"format": "Format using Pint",
"format:test": "Format Test using Pint",
"format:dirty": "Format Dirty using Pint",
"ide-helper:models": "Generate Eloquent Models IDE Helper"
},
"extra": {
"laravel": {
"dont-discover": []
Expand Down

0 comments on commit 320026d

Please sign in to comment.