Drupal

How to create custom Drush command in Drupal

In this tutorial se are going learn how to create custom Drush command in drupal. For that we need to create a custom module. The file structure will be like below drush_command_example    Commands       CustomCommands.php   drush_command_example.info   drush.services.yml 1. drush_command_example.info file name: Drush...

by Rajveer Singh
Tag: drush
22-Jul-2022