|
|
@@ -409,3 +409,23 @@ Accéder au docker php70:
|
|
|
Lancer:
|
|
|
|
|
|
app/console d:s:u --force
|
|
|
+
|
|
|
+#### Une modification des annotations Doctrine n'est pas prise en compte
|
|
|
+
|
|
|
+Suite à une modification des annotations, il faut forcer un vidage du cache symfony:
|
|
|
+
|
|
|
+Accéder au docker php70:
|
|
|
+
|
|
|
+ docker exec -it php70 bash
|
|
|
+
|
|
|
+Lancer:
|
|
|
+
|
|
|
+ rm -r app/cache/*
|
|
|
+
|
|
|
+Puis quitter le docker:
|
|
|
+
|
|
|
+ exit
|
|
|
+
|
|
|
+et le redémarrer:
|
|
|
+
|
|
|
+ docker restart
|