cakephp / cakephp.org

Main CakePHP Site

Home Page:http://cakephp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Main CakePHP Site

http://cakephp.org


Languages

Language:PHP 35.4%Language:CSS 35.0%Language:JavaScript 19.8%Language:HTML 8.7%Language:Less 0.5%Language:Hack 0.3%Language:Shell 0.2%Language:Batchfile 0.1%