debugacademy / proj-me

GNU General Public License v2.0
0 stars 0 forks source link

Install Drupal Console #57

Open AliHassan7 opened 7 years ago

AliHassan7 commented 7 years ago

Drupal Console is an awesome CLI (Command Line Interface) that allows you to generate code for custom Modules, Blocks, Content Types, and more!

Note: Typically, you would simply use drupal console by writing the word drupal (similar to how we write the word drush for drush commands). However, we will be using the path to drupal console instead due to inconsistent development environments - this should ensure the command works for everyone.

Note: All Drupal Console commands should be run from proj-me and will begin with vendor/drupal/console/bin/drupal.

msheikh12 commented 7 years ago

Completed