- Add support laravel ^11
- Bump bavix/.github from 0.1.6 to 0.1.9 by @dependabot in #15
- Bump bavix/.github from 0.1.9 to 0.2.0 by @dependabot in #16
- Bump bavix/.github from 0.2.0 to 0.2.1 by @dependabot in #17
- Bump bavix/.github from 0.2.1 to 0.2.2 by @dependabot in #18
- Bump bavix/.github from 0.2.2 to 0.2.3 by @dependabot in #19
Full Changelog: https://github.com/bavix/laravel-xhprof/compare/2.0.4...2.0.5
Full Changelog: https://github.com/bavix/laravel-xhprof/compare/2.0.3...2.0.4
Add support laravel 10.x
Full Changelog: https://github.com/bavix/laravel-xhprof/compare/2.0.2...2.0.3
Add support laravel ^9.0
Added support for laravel 5.3 @sahilpurav @khanakia
- Generate run_id() in the config, so that another part of code can put a link/header in the page for easily accessing the profiled data.
- Drop the dependency on the xhprof_lib files, as the needed code is just a file_put_contents of the serialized data.
Thanks you @peterverraedt
dir renamed to Providers
availability to change output_dir from configuration
Add support laravel 7.0
- Implement tideways xhprof provider