DigitalNadeem Blog

0

How to create multilingual website in Drupal 9

Here we are going to discuss configuring multilingual in a Drupal  9 or Drupal 8 website. Follow below steps for enabling the multilingual in your Drupal instance. Step -1 :Enable multilingual modules First install...

0

Drupal twig tutorial

Twig is more powerful than php templates. And also provides more security compared to PHP template engine. From Drupal 8 onwards, Drupal uses twig templates in presentation layer. Here we are going to discuss...