Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iqual-ch/iq_drupal_settings_helper
- Owner: iqual-ch
- Created: 2021-11-27T07:28:57.000Z (about 3 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-11-28T16:41:58.000Z (about 3 years ago)
- Last Synced: 2024-05-10T07:20:22.051Z (8 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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