lekoma / pimcore-materialised-bundle
Library for providing pimcore admin ui in material-design
Installs: 803
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:pimcore-bundle
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- pimcore/admin-ui-classic-bundle: ^1.7
- pimcore/pimcore: ^11.0 || ^12.0
Requires (Dev)
- nyholm/psr7: ^1
README
🚀 Bringing Material Design to Pimcore!
The Pimcore Materialised Bundle is a sleek and modern UI enhancement plugin for Pimcore, providing Material Design-inspired styling across the Pimcore admin interface. Say goodbye to outdated UI elements and enjoy a visually refined experience that aligns with Google’s Material Design principles.
How it works
This package basically provides a patch-css files for all classes provided by the pimcore/admin-ui-classic-bundle
library
✨ Features
- Material Design Aesthetics – Elevate Pimcore’s UI with smooth shadows, rounded edges, and improved spacing.
- Refined UI Components – Buttons, toolbars, Modals and Form elements now look polished and modern.
📦 Installation
composer require lekoma/pimcore-materialised-bundle
Then, enable the bundle in Pimcore:
<?php // config/bundles.php return [ Pimcore\Bundle\MaterialisedBundle\PimcoreMaterialisedBundle::class => ['all' => true], ];
🎨 Screenshots
Object view
Tree view
Modal view
To See more just apply the lib to your pimcore-project - and enjoy ;-)
🤝 Contributing
We welcome contributions! Feel free to submit issues, feature requests, or pull requests.