|
53 | 53 | "minimum-stability": "dev", |
54 | 54 | "prefer-stable": true, |
55 | 55 | "scripts": { |
56 | | - "php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run", |
57 | | - "php-cs:fix": "vendor/bin/php-cs-fixer fix", |
58 | | - "app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear", |
59 | | - "auto-complete:generate": [ |
60 | | - "@php artisan ide-helper:meta", |
61 | | - "@php artisan ide-helper:generate", |
62 | | - "@php artisan ide-helper:models --nowrite" |
63 | | - ], |
64 | 56 | "post-autoload-dump": [ |
65 | 57 | "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", |
66 | 58 | "@php artisan package:discover --ansi" |
67 | 59 | ], |
68 | | - "post-update-cmd": [ |
69 | | - "Illuminate\\Foundation\\ComposerScripts::postUpdate", |
70 | | - "@php artisan ide-helper:generate", |
71 | | - "@php artisan ide-helper:meta" |
72 | | - ], |
73 | 60 | "post-root-package-install": [ |
74 | 61 | "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
75 | 62 | ], |
76 | 63 | "post-create-project-cmd": [ |
77 | 64 | "@php artisan key:generate --ansi" |
| 65 | + ], |
| 66 | + "post-update-cmd": [ |
| 67 | + "Illuminate\\Foundation\\ComposerScripts::postUpdate", |
| 68 | + "@php artisan ide-helper:generate", |
| 69 | + "@php artisan ide-helper:meta" |
| 70 | + ], |
| 71 | + "php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run", |
| 72 | + "php-cs:fix": "vendor/bin/php-cs-fixer fix", |
| 73 | + "app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear", |
| 74 | + "auto-complete:generate": [ |
| 75 | + "@php artisan ide-helper:meta", |
| 76 | + "@php artisan ide-helper:generate", |
| 77 | + "@php artisan ide-helper:models --nowrite" |
78 | 78 | ] |
79 | 79 | } |
80 | 80 | } |
0 commit comments