mattsqd / drupal-env
Common functional for working with local and remote Drupal environments.
Installs: 4 503
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:robo-tasks
Requires
- php: >=8.2
- consolidation/robo: ^3.0 || ^4.0 || 5.0
- drupal/core-composer-scaffold: ^10.0 || ^11.0
This package is auto-updated.
Last update: 2025-07-15 13:27:09 UTC
README
A platform agnostic tool to develop Drupal websites locally. Integrates into an existing project or start from scratch. A wrapper around other tools, like Lando, to speed up the creation of a local environment and provide tooling.
Features:
- CLI commands to configure your environment with the version of tools you want (PHP version choice, Apache or Nginx, etc)
- CLI commands to provide optional personal developer tools (Phpmyadmin, Mailhog, etc)
- Shortcuts to tools, like
drush
, to interact with the current environment instead of needing to calling a third party application (lando drush
,ddev drush
) - Create additional environments quickly to test or code review without destroying your development environment
- Ability to update to new versions of this tool by taking advantage of Drupal core scaffolding tools, all tools are committed to your environment and alterable, not stuck in the
vendor/
directory.
Learn more and get started by visiting the Wiki.