承接 teamneusta/pimcore-database-admin-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

teamneusta/pimcore-database-admin-bundle

最新稳定版本:1.0.0

Composer 安装命令:

composer require teamneusta/pimcore-database-admin-bundle

包简介

Database administration inside the Pimcore admin backend.

README 文档

README

This bundle integrates Adminer into the Pimcore 11 admin backend (just like it was until Pimcore 10).

Installation

  1. Require the bundle

    composer require teamneusta/pimcore-database-admin-bundle
  2. Enable the bundle

    Add the Bundle to your config/bundles.php:

    Neusta\Pimcore\DatabaseAdminBundle\NeustaPimcoreDatabaseAdminBundle::class => ['all' => true],
  3. Update your nginx config

     # Some Admin Modules need this:
     # Server Info, Opcache
    -location ~* ^/admin/external {
    +location ~* ^/admin/(adminer|external) {
         rewrite .* /index.php$is_args$args last;
     }

Usage

You will find the database admin in the main menu under »Tools« → »System Info & Tools« → »Database Administration«.

Contribution

Feel free to open issues for any bug, feature request, or other ideas.

Please remember to create an issue before creating large pull requests.

Local Development

To develop on your local machine, the vendor dependencies are required.

bin/composer install

We use composer scripts for our main quality tools. They can be executed via the bin/composer file as well.

bin/composer cs:fix
bin/composer phpstan

统计信息

  • 总下载量: 637
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-10-21