Skip to content

magento-hackathon/DevDashboard2

Repository files navigation

DevDashboard2

Provides an alternative admin dashboard for developers in Magento 2. Inspired by IntegerNet_DevDashboard for Magento 1.

Latest Version on Packagist Software License Quality Score Total Downloads

Installation

composer require firegento/module-devdashboard

System Requirements

  • PHP >= 7.4
  • Magento >= 2.4.0

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Using Tailwind CSS

In the directory src/view/adminhtml/web/tailwind run npm install first.

While developing with CSS, it is recommended to work with the full stylesheet. To generate it, run npm run build-dev in the same directory. Before committing, create the purged and minified CSS with npm run build-prod.

If you need to add missing classes for new colors, you need to define them in src/view/adminhtml/web/tailwind/tailwind.config.js

Credits

License

Open Software License (OSL 3.0). Please see LICENSE for more information.