1
0
Derivar 0

Include all update steps in update.php

Este cometimento está contido em:
Andy Heathershaw 2018-07-15 21:34:15 +01:00
ascendente 9064495f1f
cometimento c784c623ba
1 ficheiros modificados com 3 adições e 0 eliminações

Ver ficheiro

@ -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>