marcelovani / console
Drupal CLI。用于生成模板代码、与 Drupal 交互和调试 Drupal 的工具。
1.8.0
2018-03-21 20:50 UTC
Requires
- php: ^5.5.9 || ^7.0
- alchemy/zippy: 0.4.3
- composer/installers: ~1.0
- doctrine/annotations: ^1.2
- doctrine/collections: ^1.3
- drupal/console-core: 1.8.0
- drupal/console-extend-plugin: ~0
- guzzlehttp/guzzle: ~6.1
- 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
- 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-marcelo
- dev-marcelo-1.8.0
- dev-2174_restore_command
- dev-config_multi_values
- dev-chain_site_mode
- dev-chain_register
- dev-site_new_option_template
- dev-splitsh
- dev-develop
- dev-revert-2645-2593-fix-command-arguments
- dev-revert-2282-pierregermain-traits_issue_2148
This package is not auto-updated.
Last update: 2024-09-28 19:42:05 UTC
README
目录 由 DocToc 生成
Drupal Console
Drupal CLI。用于生成模板代码、与 Drupal 交互和调试 Drupal 的工具。
最新版本
最新版本的详细信息可以在 https://drupalconsole.com/ 下的 Drupal Console 项目页面找到。
发布页面
此项目的所有重大更改都将记录在 发布页面 上。
文档
最新文档可在 http://docs.drupalconsole.com/ 找到。
有关使用此项目的更多信息,请参阅 官方文档。
所需 PHP 版本
使用 Drupal Console 应用程序需要 PHP 5.5.9 或更高版本。
下载
运行
使用 DrupalConsole 启动器
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 的注册商标。