We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc61b6c + 3c2b44c commit 02be3e5Copy full SHA for 02be3e5
setup.md
@@ -13,6 +13,12 @@ or do it yourself by doing the usual stuff (doctrine:schema:update etc). You can
13
php bin/console victoire:generate:view-cache --env=dev
14
php bin/console doctrine:fixtures:load --fixtures="vendor/victoire/victoire/Bundle/CoreBundle/DataFixtures/ORM"
15
16
+*Careful* : please notice that Victoire needs APC in CLI mode. to do so, add these two lines in your php.ini config file
17
+
18
+```ini
19
+ apc.enabled = 1
20
+ apc.enable_cli = 1
21
+```
22
23
## Manually
24
0 commit comments