1
I am using cakephp version 2.9, to make it easier I decided to leave all applications with a single core. So far everything ok, but when using Bake to be faster it does not find the files(model,controller) in the folder of the app I’m working on it keeps referring to the core folder. How can I fix this?
My scenario is php 5.6 installed and set in the system path, normal use xamp to run apache and mysql!