drupal/console-launcher
Composer 安装命令:
composer create-project drupal/console-launcher
包简介
Drupal Console launcher
README 文档
README
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
统计信息
- 总下载量: 7.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2016-06-20