devhub/core

Installs: 153

Dependents: 15

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Less

Type:magento2-module

1.0.2 2023-04-16 17:56 UTC

This package is auto-updated.

Last update: 2025-05-16 22:43:09 UTC


README

Features

  • Don’t need to create a menu for every extension. It will automatically attach the menu with your extensions.
  • You can simply add the dependency of this core module in your extension.
  • This extension is free of cost. ​

Installation

  1. Please run the following command
composer require devhub/core

​ 2. Update the composer if required

composer update

​ 3. Enable module

php bin/magento module:enable DevHub_Core
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush

4.If your website is running in product mode the you need to deploy static content and then clear the cache

php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile

​ ​ ​ #####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p3 and 2.4.5-p1