1
I have an application running on a server (production) that does not give access to ../vendor/bin/doctrine
and so I can’t run the commands, like the orm:schema-tool:update
, for example. I am running commands in my development environment, usually.
How do I access the commands executed by orm:schema
so that I can run them correctly in my production environment, simulating the action of the ORM itself and keeping the banks properly paired?
Grateful @Rodrigo Rigotti
– Gê Bender