Using Composer Packages

Using Composer Packages 2.1.1

没有下载权限
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
已加入
2020/06/28
消息
4,614
回应得分
1,427
Credits
$12,843
thanks to dear member @jessy submitted a new resource:

Using Composer Packages - XenForo v2 uses Composer behind the scenes to include certain packages used by the core software

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

XenForo v2 uses Composer behind the scenes to include certain packages used by the core software. As addon developers, we can include Composer packages in our own addons which will be autoloaded alongside those provided by the core.

In XenForo 2.0, we had to use extension points to do our...

Read more about this resource...
 
返回
顶部