Magento 目錄基本介紹

Magento 目錄基本介紹 php

    • app;
      •   與Magento 1同樣,該文件夾包含主要的Magento代碼;
      •       adminhtml和 frontend;/ app / design / adminhtml/ app / design / frontend目錄包含包含各類CSS和LESS文件的主題文件夾;
      •   di.xml文件包含類映射和接口首選項;
      •   若是您在/ app中有/ app / code子文件夾,則它包含Magento核心代碼
    • bin;

      •    該目錄包含magento文件或CLI腳本;
      •   CLI腳本使用一組方便的選項激活控制檯: enable/disable cache; enable/disable modules; run an indexer, etc.
    • dev;
      •   Magento 2測試腳本和一些開發工具放在該文件夾中。
    • lib;

      •   該目錄包含幾個與Magento核心分開打包的庫;
      •   在internal and web subfolders也設在這裏;
      •   該 internal 目錄包含服務器端庫( server-side libraries )和幾個字體文件;
      •   the web subfolder contains client-side (JavaScript) libraries, jquery, modernizr, requirejs, prototype,scriptaculous(僅當您下載GitHub存儲庫時,框架代碼纔會包含在lib文件夾中。不然,Magento 2代碼將位於vendor文件夾中。)
    • pub;
      •   它應該被設置爲您使用的服務器上的Web根目錄(Apache,Nginx);
      •   正如您從名稱中注意到的那樣,該文件夾包含全部可公開訪問的文件;
      •   index.php控制器也包含在該文件夾中。
    • var;
      •   緩存和生成的類都位於文件夾中;
      •   the var folder includes cache, composer_home, generation, log, di, view_preprocessed, page_cache files.
    •  vendor.
      •   該文件夾由composer使用composer.json文件生成;
      •   該文件夾包含已在composer.json下定義的各類包

      請注意,在Magento 2.2.x及更高版本中,文件夾var / generation已刪除到項目根目錄並重命名爲已生成欲瞭解更多信息,請  點擊這裏html

相關文章
相關標籤/搜索