Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Developer Tools
Debugging, profiling, testing, migrations, code generation
A beautiful error page and error tracking service for Magento powered by spatie/ignition.
Enhances Magento's template hints by displaying information for templates, blocks, containers, and UI components. Uses CSS outlines to avoid layout disruption.
Allows us to create PHP Data Patch Files in Magento 2 Admin panel and export them to PHP files which we can add to our code repositories.
Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Magento module to find all files of a given Magento theme (for example Magento/luma), compare the found files with the parent theme (and/or modules) and return whether there are differences or not.
Looking for contributors - Help fix build issues
Easily create Magento2/AdobeCommerce PHP/XML/JS module's files from a set of templates via the bin/magento command and allows you to create and use your own templates.
Provides advanced logging with graded levels (debug, info, warning, critical) per extension. Log entries are stored in a database table viewable in the Magento admin panel.
Integrates with the MageSpecialist Chrome Toolbar for enhanced Magento 2 debugging. Provides theme, controller, block, UI component, and profiler information within the toolbar.
Enables creation and management of custom entities like Brands or Pictograms. Allows defining entity types and attributes for flexible data management.
Creates custom EAV models for entities, allowing flexible attribute definitions. Enables describing entities with a variable number of properties and parameters.
Displays a developer toolbar in Magento 2 with performance and debugging information. Provides insights into database queries, cache, sessions, modules, and more.
Looking for contributors - Help fix build issues