Skip to content

Commit 36e7b13

Browse files
committed
Setup composer post update script to run php artisan optimize.
1 parent 13d7adb commit 36e7b13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"app/tests/TestCase.php"
1313
]
1414
},
15+
"scripts": {
16+
"post-update-cmd": "php artisan optimize"
17+
},
1518
"minimum-stability": "dev"
1619
}

0 commit comments

Comments
 (0)