https://github.com/weknowinc/drupal-console-dotenv
Drupal Console Dotenv Component
https://github.com/weknowinc/drupal-console-dotenv
Last synced: over 1 year ago
JSON representation
Drupal Console Dotenv Component
- Host: GitHub
- URL: https://github.com/weknowinc/drupal-console-dotenv
- Owner: weknowinc
- Created: 2017-06-20T18:59:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T23:49:14.000Z (almost 7 years ago)
- Last Synced: 2024-04-04T07:46:18.743Z (over 2 years ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 88
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Console Dotenv Component
This project contains a new command to setup dotenv dependency and configuration on a drupal site.
### Install on a site:
```
cd /path/to/drupal/
composer require drupal/console-dotenv
```