opengento/composer-registration-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version License: MIT Packagist Packagist

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

  • Opengento Community - Lead - Twitter Follow
  • Contributors - Contributor - GitHub contributors

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

GitHub 信息

  • Stars: 10
  • Watchers: 23
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-03-19