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

2.0.3 2025-04-07 08:31 UTC

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

demo

Tree view

demo

Modal view

demo

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.