onisep / ibexa-health-check-bundle
该软件包最新版本(v2.0.0)没有可用的许可信息。
v2.0.0
2024-08-26 10:00 UTC
Requires
- http-interop/http-factory-guzzle: ^1.2
- ibexa/core: ^4.5.3
- ibexa/search: ^4.5.3
- ibexa/solr: ^4.5.3
- symfony/framework-bundle: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.38
This package is not auto-updated.
Last update: 2024-09-23 10:28:11 UTC
README
Symfony 扩展包,用于确保使用的工具正常运行。
需求
- php: >=7.4
- ibexa: 4.0+
安装
步骤 1: 下载 Bundle
打开命令行,进入您的项目目录并执行以下命令以下载此 Bundle 的最新稳定版本
$ composer require onisep/ibexa-health-check-bundle
此命令要求您全局安装 Composer,如 Composer 文档的 安装章节 中所述。
步骤 2: 启用 Bundle
在 config/bundles.php
文件中添加 Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true]
。
如下所示
<?php return [ // ... Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true], // ... ];
步骤 3: 导入 Bundle 路由文件
# app/config/routing.yml or config/routing.yaml _healthCheck: resource: '@IbexaHealthCheckBundle/Resources/config/routes.yaml'
许可协议
此软件包采用 MIT 许可协议 许可。