Answer Posted / Susheel Kumar
To create Drush aliases, you can modify the aliases.drushrc.php file or use the drush alias-save and drush alias-rename commands. Here's an example of creating a new alias:n1. Open aliases.drushrc.php in your Drupal root folder.n2. Add a new entry with your custom alias, root path, and other settings as needed.n3. Save the file and run 'drush cache-clear all' to apply changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers