Symfony bundle to make sure the tools used are working properly.
- php: >=8.3
- ibexa: 5.0+
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-bundleThis command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Add Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true], in the config/bundles.php file.
Like this:
<?php
return [
// ...
Onisep\IbexaHealthCheckBundle\IbexaHealthCheckBundle::class => ['all' => true],
// ...
];# app/config/routing.yml or config/routing.yaml
_healthCheck:
resource: '@IbexaHealthCheckBundle/Resources/config/routes.yaml'This package is licensed under the MIT license.