Created
September 20, 2019 12:45
-
-
Save radheymkumar/5dc363fd944392436d1d8df75a98af8c to your computer and use it in GitHub Desktop.
Install Console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.a2hosting.in/kb/installable-applications/optimization-and-configuration/drupal2/installing-drupal-console | |
Console Install | |
composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader | |
Path | |
echo 'alias drupal="/var/www/html/<project_name>/vendor/bin/drupal"' >> ~/.bashrc | |
source ~/.bashrc | |
Command: | |
drupal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment