How to set multiple cakephp projects on local computer?
- by learner.php
Hi, I am new to Cakephp, and very excited to learn it.
I read the docs, downloaded the files, place it on my www root folder. (I am using WAMP).
My question is, can I download 1 cakephp and do for multiple projects, for example I put my cakephp at %webroot%, so my to call my projects:
[http://localhost/cake/project1]
[http://localhost/cake/project2]
and so on...