how to install cakePHP

how to install cakePHP

  • composer install
  • enter into xampp/htdocs/project_folder
  • type cmd in explorer url an then enter 
  • type the command to create the cake php website:
  • composer create-project --prefer-dist cakephp/app:~4.0 my_app_name

RAPID WEBSITE DEVELOPMENT:
  • type the command in xampp/htdocs/website_folder/bin:
    • cake bake all database_name

0 Comments