iqual/drupal-settings-helper

There is no license information available for the latest version (dev-8.x-1.x) of this package.

A static helper for the settings.*.php files

dev-8.x-1.x 2021-11-28 16:41 UTC

This package is auto-updated.

Last update: 2024-05-11 11:06:54 UTC


README

How to use

  1. composer require iqual/drupal-settings-helper
  2. Inside settings.*.php

$settings['trusted_host_patterns'] = iqual\DrupalSettings\Helper::generateTrustedHostPatterns();

How to run tests

php vendor/bin/phpunit tests