use dump autoloader in all compser scripts
This commit is contained in:
@@ -38,7 +38,7 @@ Installation
|
|||||||
$ git clone --recursive https://github.com/thelia/thelia.git
|
$ git clone --recursive https://github.com/thelia/thelia.git
|
||||||
$ cd thelia
|
$ cd thelia
|
||||||
$ curl -sS https://getcomposer.org/installer | php
|
$ curl -sS https://getcomposer.org/installer | php
|
||||||
$ php composer.phar install
|
$ php composer.phar install --optimize-autoloader
|
||||||
```
|
```
|
||||||
|
|
||||||
Finish the installation using cli tools :
|
Finish the installation using cli tools :
|
||||||
|
|||||||
2
composer.lock
generated
2
composer.lock
generated
@@ -3,7 +3,7 @@
|
|||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "28dfdc7a840f9e70df422581f82a871f",
|
"hash": "6db52c20c300000aa218e3be92ef978e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "imagine/imagine",
|
"name": "imagine/imagine",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo -e "\n\e[01;34m[INFO] Clearing caches\e[00m\n"
|
|||||||
php Thelia cache:clear
|
php Thelia cache:clear
|
||||||
|
|
||||||
echo -e "\n\e[01;34m[INFO] Downloading vendors\e[00m\n"
|
echo -e "\n\e[01;34m[INFO] Downloading vendors\e[00m\n"
|
||||||
composer install --prefer-dist
|
composer install --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
cd local/config/
|
cd local/config/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user