hermanspace.id
Tech Enthusiast
© 2025 All rights reserved.
Tag Archives: template
[ drupal 8] development settings
Sebelum membangun sebuah web atau themes drupal, berikut adalah langkah yang harus dilakukan : 1. Copy and rename the sites/example.settings.local.php to be sites/default/settings.local.php 2. Open settings.php file ini sites/default and uncomment these lines: If (file_exists(_DIR_.’/settings.local.php’)) { Include _DIR_.’settings.local.php’; } 3. Comment this line so that you don’t see the weird error messages all the time…