cors / adminer
CORS - Adminer
Installs: 3 615
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 4
Open Issues: 0
Type:pimcore-bundle
pkg:composer/cors/adminer
Requires
- pimcore/pimcore: ^12.0
- vrana/adminer: ^4.17
Requires (Dev)
- coreshop/test-setup: dev-main
- pimcore/admin-ui-classic-bundle: ^2.1
- pimcore/opensearch-client: ^2.1
- pimcore/studio-ui-bundle: ^0.9.30
- symfony/dotenv: ^7.3
- symfony/runtime: ^6.4
Suggests
- pimcore/admin-ui-classic-bundle: Required for using the Pimcore Admin UI Classic.
- pimcore/studio-ui-bundle: Required for using the Pimcore Studio UI.
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
assets
directory 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