Lets administrators create, edit, and manage EAV attributes directly from the Magento 2 admin panel.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Filters out configured message patterns from being written to Magento logs, useful for suppressing bot-triggered exceptions that would otherwise flood log files.
Adds a CLI command (cms:dump) that exports all CMS pages and blocks to var/cms-output, enabling Tailwind CSS purge in Hyva builds to detect classes used inside database-stored content.
Adds an Auto Add Free Product cart-rule action that automatically adds a specified SKU to the cart as a zero-cost item when qualifying products are present, enabling Buy-one-get-one-free promotions.
Integrates the IndexNow protocol into Magento, automatically notifying supporting search engines when CMS pages, categories, and products are created or updated for faster indexing.
Simplifies HTMX integration by providing structured controllers, events, and view models for streamlined dynamic HTML responses. Offers utilities for handling HTMX requests and managing response headers.
Adds per-product shipping fees set on each product and totaled at checkout, with optional flat or percentage quantity surcharges, configured directly on the product without CSVs.
Customizes GraphQL query depth and complexity limits via the Magento admin panel. Allows easier testing by enabling these settings in developer mode.
Provides console commands to clean up EAV database inconsistencies. Fixes issues with "use default" values and removes unused attributes/media.
Archives Magento log files into .gz archives under var/log/archive, on a configurable cron schedule or on demand via a CLI command.
Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.
Disables customer registration on the frontend. Removes the registration link and form, useful for B2B stores that manage customer accounts internally.