A handy little configuration is setting where Composer installs the vendor files, changing it from the default vendor folder in the root.
"config": {
"vendor-dir": "app/vendor"
}
A handy little configuration is setting where Composer installs the vendor files, changing it from the default vendor folder in the root.
"config": {
"vendor-dir": "app/vendor"
}