Re: Composer and Cake lib folder

2015-07-16 Thread euromark
yes and yes the additional files don't hurt :) Am Dienstag, 14. Juli 2015 17:13:31 UTC+2 schrieb brett.shi...@gmail.com: > > Ok, that example clears up my confusion. Basically when cake is > "required" within the composer file, it gets downloaded to the Vendor > folder. > > I then need to edit

Re: Composer and Cake lib folder

2015-07-14 Thread brett . shigoto . chuu
Ok, that example clears up my confusion. Basically when cake is "required" within the composer file, it gets downloaded to the Vendor folder. I then need to edit my app/webroot/index.php to point to the Cake core lib folder in /Vendor/cakephp/. Is that correct? Also, I noticed composer also d

Re: Composer and Cake lib folder

2015-07-13 Thread euromark
That is actually how you are *supposed* to do it. the vendors including the cake core should never be commited and tracked. See https://github.com/dereuromark/cakefest for an example implementation (both 2.x and 3.x composered). mark Am Sonntag, 12. Juli 2015 13:23:06 UTC+2 schrieb brett.shi.

Composer and Cake lib folder

2015-07-12 Thread brett . shigoto . chuu
I have a standard Cake project setup on Github. The project root for has the app, lib folders in addition to all the other files like .gitignore. I would like to remove the lib folder from my repo and control which Cake version I am using with a dependency manager. Is this possible with compo