cors/adminer
最新稳定版本:2.2.0
Composer 安装命令:
composer require cors/adminer
包简介
CORS - Adminer
README 文档
README
We love Adminer! And we had to bring it back. This bundle brings back Adminer into Pimcore 12.
Also shoutout to Blackbit (https://github.com/BlackbitDigitalCommerce) for the original implementation for Pimcore 12. We separeted this from the amazing DataDirector Bundle into a standalone bundle.
Installation
- Install the Extension
composer require cors/adminer
- Register bundle in config/bundles.php
CORS\Bundle\AdminerBundle\CORSAdminerBundle::class => ['all' => true],
Configuration
- Open Pimcore
- Open Tools -> System Info & Tools -> Database Administration
Pimcore Studio
This bundle ships with a Pimcore Studio plugin so that Adminer is available in the new Studio interface.
Build the Studio assets
- Change into the bundle's
assetsdirectory and install the dependencies:cd <bundle-root>/assets npm install
- Build the Studio bundle (outputs to
src/Resources/public/studio):npm run build
- Re-install the bundle assets in your Pimcore project if needed:
bin/console assets:install --symlink --relative
During development you can run npm run dev inside the assets directory to get an incremental build with file watching.
License
MIT and therefore POCL compatible
统计信息
- 总下载量: 7.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-10