Re: Cakephp 3 core path change

2015-08-04 Thread McScreech
On Monday, 20 July 2015 15:52:15 UTC-4, CCorreia wrote: Hi everyone. Config/paths.php : define('CAKE_CORE_INCLUDE_PATH', '/path/to/library/cakephp'); I have no trouble running the code after this change but as soon as I remove the folder /cakephp/cakephp from the /vendors I start

Cakephp 3 core path change

2015-07-20 Thread CCorreia
Hi everyone. I'm having a small problem changing the path of cake core files. So I change the path on the Config/paths.php file to something like: define('CAKE_CORE_INCLUDE_PATH', '/path/to/library/cakephp'); I have no trouble running the code after this change but as soon as I remove the