teufelaudio/spryker-debug
最新稳定版本:3.0.0
Composer 安装命令:
composer require teufelaudio/spryker-debug
包简介
Spryker Debug Module
README 文档
README
Collection of Spryker-compatible debug and development tools.
Installation
Require the package with composer:
$ composer require teufelaudio/spryker-debug
Add the Teufelaudio namespace to the CORE_NAMESPACES key in your config/Shared/config_default.php file:
$config[KernelConstants::CORE_NAMESPACES] = [ // ... 'Teufelaudio', ];
Each feature needs to be enabled individually. Instructions provided in the documentation.
Features
Follow the link for documentation:
Console Commands
- Config Dump: Inpsect configuration.
- Queue Overview: Inspect queue statuses.
- Queue Peek: Peek at messages in a queue.
- Database Shell: Launch a Postgres shell.
- Redis Shell: Launch a Redis shell.
- Propel Metadata: Inspect Propel entity metadata.
- Propel Entity: Inspect Propel entities (basic querying).
Integrations
- Twig Var Dumper: Pretty
{{ dump() }}in Twig. - Var Dump Server: Send
dump()messages to the command line.
Developing
Run the tests:
$ composer integrate
统计信息
- 总下载量: 3.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-15