I have an application running on a server (production) that does not give access to ../vendor/bin/doctrine
and therefore I can not run the commands, like orm:schema-tool:update
, for example. I'm running the commands in my development environment, typically.
How do I access the commands executed by orm:schema
so that I can run them correctly in my production environment, simulating the ORM action itself and keeping the banks properly paired?