Setup composer post update script to run php artisan optimize.
This commit is contained in:
parent
13d7adb38f
commit
36e7b132d4
|
@ -12,5 +12,8 @@
|
|||
"app/tests/TestCase.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"post-update-cmd": "php artisan optimize"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue