Download the PHP package disrex/magewire-backend without Composer
On this page you can find all versions of the php package disrex/magewire-backend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download disrex/magewire-backend
More information about disrex/magewire-backend
Files in disrex/magewire-backend
Package magewire-backend
Short Description Support Magewire in the Magento backend
License MIT
Informations about the package magewire-backend
MageWire Backend module for Magento 2
Add Magewire functionality to the Magento Admin Panel. Built on top of the Magewire core with RequireJS support.
โ ๏ธ This project is in testing phase. Use at your own risk. Want to contribute? You're welcome!
โ Installation
Use the command below to automatically install everything (including patch for Magewire core):
Note: this module automatically adds the required patch to
magewirephp/magewire
, including the required dependencycomposer-patches
.
Then, enable the modules:
Magewire in the backend will only load when a component uses it. You can recognize this by loaded
JavaScript files with the name magewire
.
๐ง Auto-Patcher Included
This module includes the needed patches for Magewire to work in the backend, equipped with an auto-patcher module (disrex/magewire-backend-patcher
: ^1.0
) so you have no worries about which files to patch and where.
When you run composer install
or composer update
, you'll see these success messages:
This means the patches have been successfully applied and Magewire is ready for backend use! See the auto-patcher repository for more technical details.
๐งช Example Component
Want to test if everything works? Use an example module like this Hello World
component:
Or try:
๐ง Tip
Want to build your own component? Add a block
via XML in the admin with a magewire
argument that refers to
your own Magewire component class.
๐จโ๐ป Support
Have questions or want to collaborate? Open a discussion on GitHub Discussions.
๐ Acknowledgments
This project is forked from michielgerritsen/magewire-backend.
Special thanks to:
- @jissereitsma (Jisse Reitsma)
- @michielgerritsen (Michiel Gerritsen)

Sponsored by

All versions of magewire-backend with dependencies
magento/framework Version ^102.0 | ^103.0
magewirephp/magewire Version ^1.1
magewirephp/magewire-requirejs Version ^1.1
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
disrex/magewire-backend-patcher Version ^1.0