-
-
Notifications
You must be signed in to change notification settings - Fork 934
Closed
Labels
Description
I've upgraded the core from 8bdf829 to cde69f8. After that, the bin/console cache:clear
command stopped working.
I've got the following error message:
[InvalidArgumentException]
The "/var/www/src/MyBundle/Resources/config/" directory does not exist.
That directory does not exist because I don't need it. I don't understand why api-platform/core
tries to enforced that rule.
Of course, I can create that directory (which I did for testing), but I cannot create those directories in bundles I cannot change (ie: vendors).