After applying these commands on your terminal , the command line interface (CLI) looks like this, (I am using Linux ubuntu os)
If not then resolve the issues and warning
Now the drupal console is configured on your machine successfully,
so just download drupal-8 and install it on your machine by drupal console,
If not then resolve the issues and warning
Now the drupal console is configured on your machine successfully,
so just download drupal-8 and install it on your machine by drupal console,
# Download, and install Drupal 8:
drupal chain --file=~/.console/chain/quick-start.yml
# Create a new Drupal 8 project:
drupal site:new drupal8.first_project (Where first_project is the name of the drupal project)
# Lists all available commands of drupal console:
drupal list
Comments
Post a Comment