This is the repository for the official CakePHP Website.
The master
branch has the following requirements:
- PHP 8.2 or greater.
- Clone the repository
git clone [email protected]:cakephp/cakephp.org.git
- Download composer and install dependencies
php composer.phar install
-
Copy
config/app.default.php
toconfig/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
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.