You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there is no mention about that orm:generate-proxies has to be run on production otherwise the application will fail.
Mine fail when fixtures were applying.
The text was updated successfully, but these errors were encountered:
dakur
changed the title
autoGenerateProxyClasses config: make a note that this require
Clarify consequence of using autoGenerateProxyClasses with %debugMode%May 26, 2022
dakur
changed the title
Clarify consequence of using autoGenerateProxyClasses with %debugMode%
Docs: clarify consequence of using autoGenerateProxyClasses with %debugMode%May 26, 2022
Yes, as a point of reference yes. But the problem with %debugMode% must be explained in-place. Something like:
Note that in case of autoGenerateProxyClasses is resolved to false (in production mode), proxy entities have to be generated manually with CLI command. Refer to doctrine docs for more information.
In docs, there is a statement:
But there is no mention about that
orm:generate-proxies
has to be run on production otherwise the application will fail.Mine fail when fixtures were applying.
The text was updated successfully, but these errors were encountered: