Medusa plugins
B

Banner

A starter for Medusa plugins.

Need customizations for this plugin?

Get in touch
npm install @lodashventure/medusa-banner
Category
other
Built by
lodashventure
Type
unknown
Last updated
3 weeks ago

Medusa Plugin Banner

How to install

  1. add the plugin to your medusa backend
yarn add medusa-banner
  1. configure your medusa backend
module.exports = defineConfig({
// ... rest of the config
plugins: [
// ... rest of the plugins
{
resolve: "medusa-banner",
options: {},
},
],
modules: [
// ... rest of the modules
{
resolve: "medusa-banner/modules/banner",
options: {},
},
]
});
  1. run the migrations in your medusa core backend
yarn medusa db:migrate
  1. all done now just start your medusa backend or whatever you use to start your backend