Skip to content

Commit a4d121f

Browse files
authored
Change composer post-autoload-dump script to Artisan command (#6647)
* Change composer post-autoload-dump script to optimize:clear * Changing to config:clear and clear-compiled
1 parent 902200e commit a4d121f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"scripts": {
3535
"post-autoload-dump": [
36-
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
36+
"@php artisan config:clear",
37+
"@php artisan clear-compiled",
3738
"@php artisan package:discover --ansi"
3839
],
3940
"post-update-cmd": [

0 commit comments

Comments
 (0)