Florian B. 9679228fad Merge pull request #3 from jeremycr/3.x
Ibexa 5.0+ support
2025-11-06 16:31:00 +01:00
2025-11-06 14:16:07 +01:00
2025-11-06 14:16:07 +01:00
2023-11-22 11:40:48 +01:00
2025-11-06 14:16:07 +01:00
2023-11-22 15:33:19 +01:00
2025-11-06 14:16:07 +01:00
2025-11-06 14:16:07 +01:00

IbexaCustomSettingsBundle

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.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T16:21:57.044Z
Readme 101 KiB
Latest
2024-08-26 12:00:02 +02:00
Languages
PHP 100%