How to install cakePHP with composer?
Composer is a tool used for project dependencies.
To install cakePHP we can use
Execute this "php composer.phar create-project –prefer-dist cakephp/app MyProject
"
Composer is a tool used for project dependencies.
To install cakePHP we can use
Execute this "php composer.phar create-project –prefer-dist cakephp/app MyProject
"