From 320026df2e79d289fab0525b559ab17d3df5c286 Mon Sep 17 00:00:00 2001 From: zhaiyuxin103 Date: Tue, 10 Dec 2024 23:04:09 +0800 Subject: [PATCH] =?UTF-8?q?chore(scripts):=20=E5=A2=9E=E5=8A=A0=20ide-help?= =?UTF-8?q?er:models=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/composer.json b/composer.json index d8f74f4..3caaa22 100644 --- a/composer.json +++ b/composer.json @@ -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": []