Welcome Guest, Not a member yet? Register   Sign In
Composer default directory inconsistency
#1

In config/config.php if we enable Composer by setting TRUE, CI will be looking for composer default directory in root_catalog/application/vendor.
But the default Composer catalog is root_catalog/vendor because composer.json is in root_catalog.
I suggest to add this in Composer.json:
"config": {
  "vendor-dir": "application/vendor"
},
Reply


Messages In This Thread
Composer default directory inconsistency - by Lechu - 01-19-2016, 02:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB