devamitbera/additional-replace-graphql

Maintainers

Package info

github.com/devamitbera/additional-replace-graphql

pkg:composer/devamitbera/additional-replace-graphql

Statistics

Installs: 148

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.8.3 2026-04-05 06:04 UTC

This package is not auto-updated.

Last update: 2026-04-05 06:40:19 UTC


README

Who is developing this module ?

Built by Amit Bera, Magento StackExchange Moderator & Magento Certified Developer & Consultant.

Contact at

Latest Stable Version Total Downloads

Version: 1.6.0

  • Add external link to menu

1. Documentation

Coming Soon composer.json

2. How to install Extension

Installation Process using Zip

  1. Download the extension .zip file from github https://github.com/devamitbera/additional-replace-graphql.
  2. Copy the extension to the {magento2-root-dir}/app/code/DevBera/CmsLinkToMenu
  3. Run the following series of command from SSH console of your server to install the extension

#b) Run setup Command php bin/magento setup:upgrade.

#c) Run setup di compile php bin/magento setup:di:compile. composer.json #d) Do the static content deploy bin/magento setup:static-content:deploy

Install using Composer

Run below command at your magento root directory to add my package using Composer:

composer require devamitbera/additional-replace-graphql

Package will be clone at vendor/devbera/additional-replace-graphql at your

After cloning,you have to install this extension at your system by follow below steps:

#b) Run setup Command php bin/magento setup:upgrade.

#c) Run setup di compile php bin/magento setup:di:compile.

#d) Do the static content deploy bin/magento setup:static-content:deploy

Standards & Code Quality

Built on top of Magento2, our module respects all its prerequisites and code quality rules.