Explorar el Código

Merge pull request #1571 from bratao/patch-4

PHP: Optimize Laravel startup
Hamilton Turner hace 10 años
padre
commit
4bddd7514d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      frameworks/PHP/php-laravel/install.sh

+ 2 - 1
frameworks/PHP/php-laravel/install.sh

@@ -8,4 +8,5 @@ fw_depends php nginx composer
 ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
   --no-interaction --working-dir ${TROOT} \
   --no-progress --optimize-autoloader 
-  
+php artisan optimize --force
+