It’s possible to run migrate inside vendor ?
I know thas as plugin, i can:
$ bin/cake migrations migrate -p PluginName
but i want like:
$ bin/cake migrations migrate -p VendorName/PackageName
It’s possible to run migrate inside vendor ?
I know thas as plugin, i can:
$ bin/cake migrations migrate -p PluginName
but i want like:
$ bin/cake migrations migrate -p VendorName/PackageName
have you actually tried to run the command?
(hint: yes, i’ll work like that)