Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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