|
@@ -70,6 +70,9 @@ Mise à jour
|
|
```
|
|
```
|
|
$ cd /path_to/symfony-4-2/
|
|
$ cd /path_to/symfony-4-2/
|
|
$ git pull
|
|
$ git pull
|
|
|
|
+$ yarn install
|
|
|
|
+$ composer install
|
|
|
|
+$ yarn encore production
|
|
$ php bin/console doctrine:migrations:migrate
|
|
$ php bin/console doctrine:migrations:migrate
|
|
$ php bin/console cache:clear --env=prod
|
|
$ php bin/console cache:clear --env=prod
|
|
```
|
|
```
|