ankitjain28may / drupalhost
Drupal application installer.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/ankitjain28may/drupalhost
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~5.0
- symfony/filesystem: ~5.0
- symfony/process: ~5.0
This package is auto-updated.
Last update: 2025-10-20 01:33:57 UTC
README
DrupalHost is a Drupal Installer plugin similar to the laravel/installer
plugin. It only supports installation for Drupal 8.*
versions.
Installation
-
First, download the Drupal installer using Composer:
composer global require ankitjain28may/drupalhost
-
Once it is installed, the
drupalhost
new command will create a fresh Drupal installation in the directory you specify.drupalhost new blog
Note: It takes the latest release i.e 8.7.5
of the Drupal Releases
We can also install our specific version by running this command-
drupalhost new blog 8.7.4 # install drupal 8.7.4 release
drupalhost new blog composer # install drupal-composer
Note: Passing composer
as a version installs the drupal-composer project.
Contribute
Feel free to contribute
License
Copyright (c) 2019 Ankit Jain - Released under the MIT License