Skip to content

Commit

Permalink
docs: make sure xhprof is installed (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
phh authored Oct 28, 2024
1 parent a8c63ab commit bbdc85b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbdc85b

Please sign in to comment.