Alphabite's Medusa Category Images Plugin
Building blocks for digital commerce
This starter is compatible with versions >= 2.4.0 of .
Please install the plugin version that matches your Medusa version:
| Medusa Version | Plugin Version | Install Command |
|---|---|---|
| and above | ||
| Below |
Install the plugin that matches your Medusa version.
yarn add @alphabite/medusa-category-imagesnpm install @alphabite/medusa-category-imagespnpm add @alphabite/medusa-category-imagesyarn add @alphabite/medusa-category-images@0.3.12npm install @alphabite/medusa-category-images@0.3.12pnpm add @alphabite/medusa-category-images@0.3.12yarn add @alphabite/medusa-category-images@0.3.11npm install @alphabite/medusa-category-images@0.3.11pnpm add @alphabite/medusa-category-images@0.3.11Add the plugin to the array in your :
1module.exports = defineConfig({2 // ...3 plugins: [4 {5 resolve: "@alphabite/medusa-category-images",6 options: {},7 },8 ],9});Then run the database migrations:
npx medusa db:migrateVisit the Quickstart Guide to set up a server.
Visit the Plugins documentation to learn more about plugins and how to create them.
Visit the Docs to learn more about our system requirements.
Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
Learn more about Medusa’s architecture and commerce modules in the Docs.
The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.
Join our Discord server to meet other community members.