makaira/oxid-connect-compat
最新稳定版本:2.2.1
Composer 安装命令:
composer require makaira/oxid-connect-compat
包简介
Make makaira/connect compatible with oxid < 6.2
README 文档
README
- this library adds backward compatibility for
makaira/connectmodule for Oxid versions older then 6.2 - makes symfony dependency injection through
services.yamlin module directories available - makes console commands callable through
./vendor/bin/makaira-connect - for oxid < 6.0 please install Oxid connect first and add the following lines to your project composer.json to let composer copy the connect module to the modules directory
"scripts": { "post-update-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate", "post-install-cmd": "Makaira\\ConnectCompat\\Composer::postUpdate" },
add also the following line beforerequire_once OX_BASE_PATH . 'modules/functions.php';to your oxid bootstrap.php filerequire_once __DIR__ . '/../vendor/autoload.php';
统计信息
- 总下载量: 2.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-10-14