onisep/ibexa-health-check-bundle
Composer 安装命令:
composer require onisep/ibexa-health-check-bundle
包简介
README 文档
README
Symfony bundle to make sure the tools used are working properly.
Requirements
- php: >=8.3
- ibexa: 5.0+
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require onisep/ibexa-health-check-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Add Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true], in the config/bundles.php file.
Like this:
<?php return [ // ... Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true], // ... ];
Step 3: Import bundle routing file
# app/config/routing.yml or config/routing.yaml _healthCheck: resource: '@IbexaHealthCheckBundle/Resources/config/routes.yaml'
License
This package is licensed under the MIT license.
统计信息
- 总下载量: 8.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-11-22