From 8c104630906c864080de3aeb487cb5fd3b70c260 Mon Sep 17 00:00:00 2001 From: Patrick Hesselberg Date: Fri, 25 Oct 2024 14:01:54 +0200 Subject: [PATCH] docs: make sure xhprof is installed --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3929304..6c3ccc4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Welcome to the Xhprof integration package for [buggregator](https://buggregator.dev/) in Laravel. This repository allows you to effortlessly enable Xhprof support for buggregator in your Laravel application. +## Requirements + +Make sure that your server is configured with following PHP version and extensions: + +- PHP 8.1+ +- [XHProf](http://pecl.php.net/package/xhprof) ext or its fork [longxinH/xhprof](https://github.com/longxinH/xhprof). + ## Installation To get started, install the package via composer: