mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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…
x
Reference in New Issue
Block a user