Composer not loading from php include dir |
(06-16-2015, 12:57 PM)gdhnz Wrote: I work at a University and we do a lot of similar developments for departments, research groups, etc. For us, it's easier to have a single vendor directory in an include path rather than duplicating the same set of packages for each individual development. You can set a custom path to $config['composer_autoload']. http://www.codeigniter.com/user_guide/ge...oader.html |
Messages In This Thread |
Composer not loading from php include dir - by gdhnz - 06-15-2015, 05:35 PM
RE: Composer not loading from php include dir - by kenjis - 06-15-2015, 07:21 PM
RE: Composer not loading from php include dir - by gdhnz - 06-15-2015, 08:07 PM
RE: Composer not loading from php include dir - by kenjis - 06-16-2015, 12:14 AM
RE: Composer not loading from php include dir - by gdhnz - 06-16-2015, 12:57 PM
RE: Composer not loading from php include dir - by kenjis - 06-16-2015, 07:08 PM
RE: Composer not loading from php include dir - by gdhnz - 06-16-2015, 07:55 PM
RE: Composer not loading from php include dir - by gdhnz - 06-16-2015, 01:02 PM
RE: Composer not loading from php include dir - by kenjis - 06-16-2015, 07:04 PM
[Solved] Composer not loading from php include dir - by gdhnz - 06-18-2015, 08:28 PM
|