Download the PHP package yireo/magento2-devhacks without Composer
On this page you can find all versions of the php package yireo/magento2-devhacks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yireo/magento2-devhacks
More information about yireo/magento2-devhacks
Files in yireo/magento2-devhacks
Download yireo/magento2-devhacks
More information about yireo/magento2-devhacks
Files in yireo/magento2-devhacks
Vendor yireo
Package magento2-devhacks
Short Description Some hacks to make M2 development easier
License OSL-3.0
Homepage https://github.com/yireo/Yireo_DevHacks
Package magento2-devhacks
Short Description Some hacks to make M2 development easier
License OSL-3.0
Homepage https://github.com/yireo/Yireo_DevHacks
Keywords magentocomposer-installer
Please rate this library. Is it a good library?
Informations about the package magento2-devhacks
Yireo DevHacks
Magento 2 module with development hacks, that came in handy for myself.
Installation
Use the following commands to install:
composer require yireo/magento2-devhacks:@dev --dev
Enable this module:
./bin/magento module:enable Yireo_DevHacks
./bin/magento setup:upgrade
Skip template path validation
The core checks whether PHTML templates are in the path of the Magento core. When using the composer
feature path
to symlink a local repository to Magento, while the path is outside of Magento, this throws an exception. This module simply skips the entire logic. No configuration needed. Bam.
Toggle TESTS_CLEANUP in integration tests configuration
Moved to separate Yireo_IntegrationTestHelper module instead.
All versions of magento2-devhacks with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
^100.0|^101.0|^102.0|^103.0
php Version >=7.2.0
ext-pcre Version *
php Version >=7.2.0
ext-pcre Version *
The package yireo/magento2-devhacks contains the following files
Loading the files please wait ....