Skip to content

Instantly share code, notes, and snippets.

@jahid32
Created September 19, 2017 19:03
Show Gist options
  • Save jahid32/98a5c1d0ccef968e79d741df300ceddc to your computer and use it in GitHub Desktop.
Save jahid32/98a5c1d0ccef968e79d741df300ceddc to your computer and use it in GitHub Desktop.
Drupal Console
vendor\bin\drupal site:status
database:dump (dbdu) Dump structure and contents of a database
database:drop (dbd) Drop all tables in a given database.
module
module:dependency:install (modi) Install dependencies module in the application
module:download (mod) Download module or modules in application
module:install (moi) Install module or modules in the application
module:path (mop) Returns the relative path to the module (or absolute path)
module:uninstall (mou) Uninstall module or modules in the application
module:update (moup) Update core, module or modules in the application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment