dachcom-digital/toolbox 问题修复 & 功能扩展

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

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

dachcom-digital/toolbox

最新稳定版本:v5.3.1

Composer 安装命令:

composer require dachcom-digital/toolbox

包简介

Pimcore Project Kickstarter

README 文档

README

The Toolbox is a Kickstarter for your every day project. It provides some important bricks and structure basics which allow rapid and quality-oriented web development.

Software License Software License Latest Release Tests PhpStan

Pimcore Toolbox

Release Plan

Release Supported Pimcore Versions Supported Symfony Versions Release Date Maintained Branch
5.x 11.0 6.4 28.09.2023 Feature Branch master
4.x 10.5, 10.6 5.4 01.10.2021 Bugfixes 4.x
3.x 6.0 - 6.9 3.4, ^4.4 16.07.2019 Unsupported 3.x
2.8 5.4, 5.5, 5.6, 5.7, 5.8 3.4 30.06.2019 Unsupported 2.8
1.8 4.0 -- 28.04.2017 Unsupported pimcore4

Installation

"require" : {
    "dachcom-digital/toolbox" : "~5.3.0"
}

Add Bundle to bundles.php:

return [
    ToolboxBundle\ToolboxBundle::class => ['all' => true],
];
  • Execute: $ bin/console pimcore:bundle:install ToolboxBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix 'ToolboxBundle\Migrations'

What's the meaning of Toolbox?

  • create often used bricks in a second
  • extend, override toolbox bricks
  • add config elements via yml configuration
  • add consistent and beautiful config elements
  • add your custom bricks while using the toolbox config environment
  • removes the default pimcore_area_* element wrapper from each brick

And what's not?

It's not an Avada Theme. While the Toolbox provides some basic Javascript for you, you need to implement and mostly modify them by yourself.

Frontend JS Implementation
We're providing some helpful Javascript Plugins to simplify your daily work with the ToolboxBundle. Read more about the javascript implementation here.

Available Toolbox Bricks

The Toolbox provides a lot of ready-to-use Bricks:

  • Accordion
  • Anchor
  • Columns
  • Container
  • Content
  • Download
  • Gallery
  • Google Map
  • Headline
  • iFrame
  • Image
  • Link List
  • Parallax Container
  • Parallax Container Section
  • Separator
  • Slide Columns
  • Spacer
  • Teaser
  • Video

Additional Editables

Further Information

Pimcore Fixes / Overrides

  • Fix the pimcore iframe maskFrames bug (in some cases the iframe overlay field does not apply to the right position)
  • Transforms all the brick config buttons (pimcore_area_edit_button_*) to more grateful ones.

Upgrade Info

Before updating, please check our upgrade notes!

License

DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, dcdi@dachcom.ch
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit LICENSE.md

统计信息

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

GitHub 信息

  • Stars: 68
  • Watchers: 20
  • Forks: 28
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2017-02-07