denndigital / console
Drupal CLI。一个用于生成模板代码、与Drupal交互和调试Drupal的工具。
1.0.0-rc9
2016-11-13 23:04 UTC
Requires
- php: ^5.5.9 || ^7.0
- alchemy/zippy: 0.3.5
- composer/installers: ~1.0
- dflydev/placeholder-resolver: ~1.0
- doctrine/annotations: 1.2.*
- drupal/console-core: ~1.0
- gabordemooij/redbean: ~4.3
- guzzlehttp/guzzle: ~6.1
- phpseclib/phpseclib: 2.*
- symfony/css-selector: ~2.8
- symfony/debug: ~2.6|~2.8
- symfony/dom-crawler: ~2.7|~2.8
- symfony/expression-language: ^2.8
- symfony/http-foundation: ~2.8
- dev-master
- 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-config_multi_values
- dev-chain_site_mode
- dev-chain_register
- dev-chain_register_beta5
- dev-commented_lines_pr
- dev-commented_lines
- dev-splitsh
- dev-develop
This package is auto-updated.
Last update: 2024-09-14 02:41:06 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的注册商标。