drupal / console
Drupal命令行界面。用于生成样板代码,与Drupal交互和调试。
1.9.10
2022-10-02 14:56 UTC
Requires
- php: >=7.0.8
- alchemy/zippy: ~0.4
- composer/installers: ~1.0
- doctrine/annotations: ^1.2
- doctrine/collections: ^1.3
- drupal/console-core: ^1.9.8
- drupal/console-extend-plugin: ~0.9.5
- psy/psysh: 0.6.* || ~0.8
- symfony/css-selector: ~3.0|~4.0
- symfony/dom-crawler: ~3.0|~4.0
- symfony/expression-language: ~3.0|~4.0
- symfony/http-foundation: ~3.0|~4.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
- 1.9.10
- 1.9.9
- 1.9.8
- 1.9.7
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- v1.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-feat/drupal9
- dev-update-version-1-9-7
- dev-tag-1-9-7
- dev-feature/d9
- dev-revert-3880-master
- dev-load-commands-from-profile
- dev-test-suite
This package is auto-updated.
Last update: 2024-08-31 00:27:49 UTC
README
目录 由DocToc生成
Drupal Console
Drupal命令行界面。用于生成样板代码,与Drupal交互和调试。
最新版本
最新版本的详细信息可以在https://drupalconsole.com/的Drupal Console项目页面上找到。
发布页面
关于此项目的所有显著更改将记录在发布页面上。
文档
最新文档可以在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的注册商标。