1.

How to install cakePHP with composer?

Answer»

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"



Discussion

No Comment Found