Include all update steps in update.php

This commit is contained in:
Andy Heathershaw 2018-07-15 21:34:15 +01:00
父節點 9064495f1f
當前提交 c784c623ba
共有 1 個檔案被更改,包括 3 行新增0 行删除

查看文件

@ -48,6 +48,9 @@ class BlueTwilightUpdater
cd <?php echo $this->baseDirectory; ?>
php artisan clear-compiled
php artisan cache:clear
php artisan config:clear
php artisan view:clear
/path/to/composer.phar install
</pre>
</body>