dachcom-digital / toolbox
Pimcore Project Kickstarter
Installs: 87 544
Dependents: 5
Suggesters: 0
Security: 0
Stars: 68
Watchers: 21
Forks: 28
Open Issues: 4
Type:pimcore-bundle
Requires
- pimcore/pimcore: ^11.0
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-symfony: ^3.1
- codeception/module-webdriver: ^4.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-symfony: ^1.0
- symplify/easy-coding-standard: ^9.0
- dev-master
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 4.x-dev
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.10
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.x-dev
- v3.3.0
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- 2.8.x-dev
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.1
- v2.7.0
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- 1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- 1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- 1.0.19
- v1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- v1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-pimcore4
This package is auto-updated.
Last update: 2024-10-15 17:22:42 UTC
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.
Release Plan
Installation
"require" : { "dachcom-digital/toolbox" : "~5.2.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.
- Toolbox supports only the twig template engine, so there is no way to activate the php template engine (and there will never be such thing).
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
- Important Usage Information
- Code Style
- Helper Commands
- Toolbox Elements Overview
- Wysiwyg Configuration
- Image Thumbnails Strategy
- Configuration Context
- Editable Store Provider
- Create a Custom Brick
- Theme / Layout
- Overriding Views
- Data Attributes Generator
- Column Adjuster
- Configuration Flags
- Javascript Plugins
- Headless Mode
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.
Copyright and license
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Upgrade Info
Before updating, please check our upgrade notes!