Friday, 15 September 2017

How to install latest version of cakephp by composer

Requirements:
  • HTTP Server for example Apache: Having mod rewrite is preferred but no meand requied.
  • PHP 5.9 or greater (including php 7).
  • mbstring php extension.
  • intl extention (php_intl).
  • Install Composer
After that run command prompt and go to xampp/htdocs like I have xampp setup in E drive so run command into command prompt
  • E:
  • cd xampp
  • cd htdocs
  • composer self-update && composer create project --prefer-dist cakephp/app ProjectName
It will take approx 5-10 minutes and your cakephp installed

No comments:

Post a Comment