DrupalHost is a Drupal Installer plugin similar to the laravel/installer
plugin. It only supports installation for Drupal 8.*
versions.
-
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.
Feel free to contribute
Copyright (c) 2019 Ankit Jain - Released under the MIT License