Skip to content

cakephp/cakephp.org

Repository files navigation

CakePHP Official Website - cakephp.org

This is the repository for the official CakePHP Website.

Requirements

The master branch has the following requirements:

  • PHP 8.2 or greater.

Installation

  • Clone the repository
git clone git@github.com:cakephp/cakephp.org.git
php composer.phar install
  • Copy config/app.default.php to config/app.php and configure the database

  • Run migrations:

bin/cake migrations migrate -p CakeDC/Users
bin/cake migrations migrate -p Muffin/Tags
bin/cake migrations migrate

Reporting Issues

If you see an issue in the CakePHP Website or something to improve please open an issue on GitHub.

Contributing

If you'd like to contribute to the CakePHP Website, you can fork the project, add features, and send pull requests or open issues.