我已经安装了CakePHP,并且缺少一些文件夹

我已经安装了CakePHP,并且缺少一些文件夹,cakephp,directory-structure,cakephp-2.x,cakephp-3.x,Cakephp,Directory Structure,Cakephp 2.x,Cakephp 3.x,我刚刚使用composer在我的windows机器上安装了CakePHP 安装后的我的文件夹: bin config logs plugins src tests tmp vendor webroot 然后我查看了CakePHP Cookbook上的“博客教程”,发现我没有名为app或lib的文件夹 他们去了哪里?还是我只是在安装过程中做错了什么?我相信你在混用CakePHP版本 这是CakePHP 2.x文件夹结构: /path_to_document_root /app /

我刚刚使用
composer
在我的windows机器上安装了CakePHP

安装后的我的文件夹:

bin
config
logs
plugins
src
tests
tmp
vendor
webroot
然后我查看了CakePHP Cookbook上的“博客教程”,发现我没有名为
app
lib
的文件夹


他们去了哪里?还是我只是在安装过程中做错了什么?

我相信你在混用CakePHP版本

这是CakePHP 2.x文件夹结构:

/path_to_document_root
    /app
    /lib
    /plugins
    /vendors
这是CakePHP 3.x:

/cake_install
    /bin
    /config
    /logs
    /plugins
    /src
    /tests
    /tmp
    /vendor
    /webroot

<>请确保你在跟踪,而不是CAKEPHP 2。X.

确保你在跟踪,而不是2XI猜测这是当你读得不够仔细时发生的事情。