This is the repository for the official CakePHP Website.
The master branch has the following requirements:
- PHP 5.6.0 or greater.
- Clone the repository
git clone git@github.com:cakephp/cakephp.org.git- Download composer and install dependencies
php composer.phar installCopy
config/app.default.phptoconfig/app.phpand configure the databaseRun migrations:
bin/cake migrations migrate -p CakeDC/Users
bin/cake migrations migrate -p Muffin/Tags
bin/cake migrations migrate
If you see an issue in the CakePHP Website or something to improve please open an issue on GitHub.
If you'd like to contribute to the CakePHP Website, you can fork the project, add features, and send pull requests or open issues.