Hello Friends,
If you are looking to create project in CakePHP3 with the help of composer. Please follow the instruction below:
1) If you have not installed composer in your system then you need to install this otherwise you can skip this step. Open your terminal and put the below command to install composer:
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
2) Now run the below command to install your project in CakePHP3
php composer.phar create-project --prefer-dist cakephp/app /var/www/html/caketest
// Note /var/www/html/caketest will be replace by your project path
0 Comment(s)