.png)
First of all open phpstorm and go app folder and go inside code folder and then select vendor module name and check everything is okay then go to terminal and write command to check module and Make sure module is enable.
Check Module Status:
Check Module Status command:
sudo php bin/magento module:status
Enable Module:
Enable Module command:
sudo php bin/magento module:enable "vendor module name"
Disable Module cammand:
sudo php bin/magento module:disable "vendor module name"
No comments:
Post a Comment