opengento/composer-registration-plugin
最新稳定版本:2.0.0
Composer 安装命令:
composer require opengento/composer-registration-plugin
包简介
This plugin allows to compile the Magento2 components registrations on composer install/update.
README 文档
README
This module add a global registration.php that replace the default glob search performed for each request to discover the components not installed from composer.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/composer-registration-plugin
Features
This composer plugin will generate a global registration.php file for components in app & setup directories.
Documentation
In order to optimize you project, your autoload section should be the same:
{
"autoload": {
"psr-4": {
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
}
}
}
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!
统计信息
- 总下载量: 1.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-19