0.0.6-alpha.3 • Published 9 months ago

@padmadev/padma-backend v0.0.6-alpha.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Padma Backend

Padma Backend is a headless CMS solution built with Strapi.

Getting Started

To integrate Padma’s custom Strapi plugin, follow these steps:

  1. Install the Plugin
    If you already have Strapi installed, add the Padma plugin by running the following command:

    npm install @padmadev/padma-backend
    yarn add @padmadev/padma-backend
  2. Configure the Plugin
    In your config/plugins.ts file, add the following configuration to enable the plugin:

    // config/plugins.ts
    module.exports = {
      'padma-backend': {
        enabled: true,
      },
    };
  3. Run the Strapi Application
    Start your Strapi application to activate the plugin:

    npm run develop

Quick Links


0.0.6-alpha.3

9 months ago

0.0.6-alpha.2

10 months ago

0.0.6-alpha.1

10 months ago

0.0.6-alpha.0

10 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4-alpha.2

11 months ago

0.0.4-alpha.1

11 months ago

0.0.4-alpha.0

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0-alpha.4

12 months ago

0.0.0-alpha.3

12 months ago

0.0.0-alpha.1

12 months ago

0.0.0-alpha.0

12 months ago