CakePHP Docs - v1.0.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer.

3. Install composer

  • This would install all of the framework's required dependencies in the vendor folder.
  • Execute:
    composer install  
                            

4. Run the project

  • Run the project locally. The development server is accessible at http://localhost:8765.
    bin\cake server

5. Run the project different Port

  • If you wish to run the project locally on Different Port. The development server is accessible at http://localhost:5673.
    bin\cake server -p 5673