Sometimes you may get some issue when you upgrade php version from 5* to 7*. I got this issue. When i check php version in terminal using “php -v”, it was showing PHP 7.1, but when i check through HTTP using , it shows me the older version (php 5*). So, i have approached the […]
Read MoreIt usual when you are new to the Drupal 8 theme development and you will get this annoying experience. Every time you will have to clear cache when you want to see the changes. Please are the steps to disable Twig template caching when you are working for Drupal 8 theme development. But these are […]
Read More