Skip to content

Commit

Permalink
Merge pull request #14 from khanakia/master
Browse files Browse the repository at this point in the history
Added support for laravel 5.3
  • Loading branch information
rez1dent3 authored Feb 8, 2021
2 parents 690f352 + 7890870 commit 5f41d03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ return [
];
```

10. Reload page Laravel site and go to xhprof.domain.ru
10. If you have old laravel (<=5.4), register the service provider by add this line `\Bavix\XHProf\XHProfServiceProvider::class` in your `/config/app.php`.
If laravel 5.5 and older then skip this step.

11. Reload page Laravel site and go to xhprof.domain.ru

Enjoy!

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.1",
"laravel/framework": "^5.5|^6.0|^7.0|^8.0"
"laravel/framework": "^5.3|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f41d03

Please sign in to comment.