Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqual-ch/iq_drupal_settings_helper


https://github.com/iqual-ch/iq_drupal_settings_helper

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# drupal-settings-helper

## 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