for023 / console
Drupal 命令行界面。用于生成样板代码、与 Drupal 交互和调试 Drupal 的工具。
1.9.4
2019-11-11 19:35 UTC
Requires
- php: ^5.5.9 || ^7.0
- alchemy/zippy: ~0.4
- composer/installers: ~1.0
- doctrine/annotations: ^1.2
- doctrine/collections: ^1.3
- drupal/console-core: 1.9.4
- drupal/console-extend-plugin: ~0
- psy/psysh: 0.6.* || ~0.8
- symfony/css-selector: ~2.8|~3.0
- symfony/dom-crawler: ~2.8|~3.0
- symfony/http-foundation: ~2.8|~3.0
Suggests
- symfony/thanks: Thank your favorite PHP projects on GitHub using the CLI
- vlucas/phpdotenv: Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically
- dev-master
- 3807.x-dev
- 9.x-dev
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc26
- 1.0.0-rc25
- 1.0.0-rc24
- 1.0.0-rc23
- 1.0.0-rc22
- 1.0.0-rc21
- 1.0.0-rc20
- 1.0.0-rc19
- 1.0.0-rc18
- 1.0.0-rc17
- 1.0.0-rc16
- 1.0.0-rc15
- 1.0.0-rc14
- 1.0.0-rc13
- 1.0.0-rc12
- 1.0.0-rc11
- 1.0.0-rc10
- 1.0.0-rc9
- 1.0.0-rc8
- 1.0.0-rc7
- 1.0.0-rc6
- 1.0.0-rc5
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha2
- 1.0.0-alpha1
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.15
- 0.10.14
- 0.10.13
- 0.10.12
- 0.10.11
- 0.10.10
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.15
- 0.7.14
- 0.7.13
- 0.7.12
- 0.7.10
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.3.1
- 0.3.0
- 0.2.19
- 0.2.18
- 0.2.17
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-revert-3880-master
- dev-load-commands-from-profile
- dev-test-suite
This package is auto-updated.
Last update: 2024-09-25 12:05:12 UTC
README
目录 由 DocToc 生成
Drupal Console
Drupal 命令行界面。用于生成样板代码、与 Drupal 交互和调试 Drupal 的工具。
最新版本
最新版本的详细信息可以在 Drupal Console 项目页面下找到,请访问 https://drupalconsole.com/。
发布页面
此项目的所有重大更改都将记录在 发布页面 上。
文档
最新文档可以在 https://drupalconsole.com/docs/ 找到。
关于使用此项目的更多信息,请参阅 官方文档。
所需 PHP 版本
使用 Drupal Console 应用程序需要 PHP 5.5.9 或更高版本。
下载
运行
使用 Drupal Console 启动器
drupal
我们强烈建议您安装全局可执行文件,但如果未安装,您可以通过执行以下命令来运行 Drupal Console,具体取决于您的安装:
vendor/bin/drupal
# or
vendor/drupal/console/bin/drupal
# or
bin/drupal
Drupal Console 支持
您可以在 Drupal Console gitter 聊天室中寻求支持 http://bit.ly/console-support。
为 Drupal Console 贡献
启用自动完成
# You can enable autocomplete by executing
drupal init
# Bash: Bash support depends on the http://bash-completion.alioth.debian.org/
# project which can be installed with your package manager of choice. Then add
# this line to your shell configuration file.
source "$HOME/.console/console.rc" 2>/dev/null
# Zsh: Add this line to your shell configuration file.
source "$HOME/.console/console.rc" 2>/dev/null
# Fish: Create a symbolic link
ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish
贡献者
支持组织
Drupal 是 Dries Buytaert 的注册商标。