https://github.com/hechoendrupal/drupal-console-launcher
DrupalConsole global executable aka Launcher.
https://github.com/hechoendrupal/drupal-console-launcher
Last synced: about 1 year ago
JSON representation
DrupalConsole global executable aka Launcher.
- Host: GitHub
- URL: https://github.com/hechoendrupal/drupal-console-launcher
- Owner: hechoendrupal
- License: gpl-2.0
- Created: 2016-06-08T05:58:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:10:02.000Z (about 3 years ago)
- Last Synced: 2025-04-12T23:43:50.545Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 316 KB
- Stars: 21
- Watchers: 7
- Forks: 27
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Drupal Console Launcher
DrupalConsole global executable aka Launcher.
## Why do I need the Launcher?
This is a global executable that enables you to run the command, `drupal`, from any directory within your site's project.
Without it you will be inconvenienced by having to run the command only from your drupal root directory.
For example, if you have Drupal root in the `web` or `docroot` directory, and a composer.json and your vendor directory in the directory above that, you will be able to run the `drupal` command from the same directory as the composer.json file. Even better, you can run it from any subdirectory under that as many levels deep as you would like to go.
## Installing Drupal Console Launcher
```
curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal
```