哪一个是CakePhp的稳定版本? CakePhp 2.6.x或CakePhp 3.x
答案 0 :(得分:1)
The repository with all CakePHP versions is on GitHub https://github.com/cakephp/cakephp/
when you click on "Branch: master" you can look up all branches, which usually are under active development (the so called trunk, they could be unstable or may have unfinished features and therefore should not be used in production).
When you click on "Tags" in the opened "Branch: master" tab you can see all versions - these are the release candidates, beta-, alpha- and production ready versions of the software.
For example, when you look for the most recent version of the 2.x branch search for the highest tag number beginning with 2.*, today it happens to be 2.7.3 https://github.com/cakephp/cakephp/tree/2.7.3
You can download this particular version by clicking on "Download ZIP" or checking it out via GIT
git clone --branch <tag_name> <repo_url>
答案 1 :(得分:0)
CakePHP 3.0.4发布
于2015年5月7日上午12:00发布
CakePHP 3.0.4发布CakePHP核心团队很高兴宣布即将推出CakePHP 3.0.4