mizir / developer-configuration-in-production-mode
N/A
Maintainers
Details
github.com/Zuablitsev-Mikhail/magento2-developer-configuration-in-production-mode
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is not auto-updated.
Last update: 2024-11-12 11:45:39 UTC
README
Magneto 2 module that restores developer configuration in the production mode
Install
1 - Add git repository in composer.json:
{ "repositories": { "0": { "name": "mizir/developer-configuration-in-production-mode", "type": "git", "url": "https://github.com/Zuablitsev-Mikhail/magento2-developer-configuration-in-production-mode" } } }
2 - Create a folder for git cache in composer and grant it write rights:
sudo mkdir -p ~/.composer/cache ~/.composer/cache/vcs sudo chmod 777 ~/.composer/cache/vcs
3 - Run composer require:
ahoy composer require mizir/developer-configuration-in-production-mode<tag_version>