Root composer.json requires friendsofphp/php-cs-fixer ~2.14.0 -> satisfiable by friendsofphp/php-cs-fixer[v2.14.0 … solution : run this command composer require magento/composer-root-update-plugin=~1.0 –no-update open composer.json and change riendsofphp/php-cs-fixer from ‘~2.xx.x’ to ‘~2.16.0’ execute this command ‘composer update’ Root composer.json requires allure-framework/allure-phpunit ~1.2.0 -> satisfiable by allure-framework/allure-phpunit[1.2.0 … open composer.json and change allure-framework/allure-phpunit from ‘~1.2.0’ to ‘~1.4.0’ execute this command…
Month: March 2022
How to execute theĀ Magento command on phpstorm
As you know PhpStorm is one of the best IDEs for coding. Being fast is one of the important things that any Magento developer should consider. To this purpose I wanna show you how we can run Magento commands by phpstorm without writing the command in cli. Flow me step by step : 1- add…
Showing products just on the product page
There are two ways to show a product just on the product page without showing it on the category page or search page. remove all categories from the product use my module Show a product just on the product page by removing all categories it is too easy but let me do it step by…