Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to create project with Composer in CakePHP3

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 384
    Comment on it

    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:

    1. 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

    1. php composer.phar create-project --prefer-dist cakephp/app /var/www/html/caketest
    2. // Note /var/www/html/caketest will be replace by your project path

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: