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.
1 parent ffadbc0 commit bf40ea4Copy full SHA for bf40ea4
README.md
@@ -40,8 +40,8 @@ Enable the bundle in the `app/AppKernel.php` file in the `registerProjectBundles
40
Now let's clean your cache and dump your assets:
41
42
```bash
43
- php app/console cache:clear --env=prod
44
- php app/console pim:installer:assets --env=prod
+ php bin/console cache:warmup --env=prod
+ php bin/console pim:installer:assets --env=prod
45
```
46
47
## Documentation
0 commit comments