Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druidfi/omen
Read the clouds and detect Drupal environment
https://github.com/druidfi/omen
configuration drupal drupal-10 drupal-9 env lagoon lando settings
Last synced: 2 months ago
JSON representation
Read the clouds and detect Drupal environment
- Host: GitHub
- URL: https://github.com/druidfi/omen
- Owner: druidfi
- Created: 2019-10-25T05:57:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T03:23:22.000Z (3 months ago)
- Last Synced: 2024-11-02T00:32:28.887Z (2 months ago)
- Topics: configuration, drupal, drupal-10, drupal-9, env, lagoon, lando, settings
- Language: PHP
- Homepage:
- Size: 149 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# druidfi/omen
![Tests](https://github.com/druidfi/omen/workflows/Tests/badge.svg)
Drupal ENV detector. Detects env related configuration and sets them for you. Helps with moving sites from environment
to another. Aims also to generalize your env configuration.Also sets configuration per environment type. e.g. for development or production. Everything can still be overridden in
your project.**You should just focus on your project specific configuration.**
## How to use
Require omen in your composer.json:
```console
composer require druidfi/omen
```And then use this as your `sites/default/settings.php`:
```php