JavaShuo
欄目
標籤
Magento 目錄基本介紹
時間 2019-11-21
標籤
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
相關文章
1.
Magento目錄結構簡介
2.
Weblogic基本配置-目錄介紹(二)
3.
Magento開源電商項目介紹
4.
magento目錄瞭解
5.
CentOS 目錄介紹
6.
Linux目錄介紹
7.
hadoop目錄介紹
8.
solr目錄介紹
9.
Tomcat7目錄介紹
10.
ThinkPHP3.2.3 目錄介紹
更多相關文章...
•
Spring目錄結構和基礎JAR包介紹
-
Spring教程
•
Hibernate目錄結構和基礎JAR包介
-
Hibernate教程
•
Java Agent入門實戰(一)-Instrumentation介紹與使用
•
Kotlin學習(二)基本類型
相關標籤/搜索
基礎介紹
介紹
magento
python基礎介紹
目錄
簡要介紹
據介紹
01-介紹
介紹性
我的介紹
紅包項目實戰
MySQL教程
PHP 7 新特性
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
微軟準備淘汰 SHA-1
2.
Windows Server 2019 Update 2010,20H2
3.
Jmeter+Selenium結合使用(完整篇)
4.
windows服務基礎
5.
mysql 查看線程及kill線程
6.
DevExpresss LookUpEdit詳解
7.
GitLab簡單配置SSHKey與計算機建立連接
8.
桶排序(BucketSort)
9.
桶排序(BucketSort)
10.
C++ 桶排序(BucketSort)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Magento目錄結構簡介
2.
Weblogic基本配置-目錄介紹(二)
3.
Magento開源電商項目介紹
4.
magento目錄瞭解
5.
CentOS 目錄介紹
6.
Linux目錄介紹
7.
hadoop目錄介紹
8.
solr目錄介紹
9.
Tomcat7目錄介紹
10.
ThinkPHP3.2.3 目錄介紹
>>更多相關文章<<