Skip to content

Commit 04ef2ad

Browse files
committed
Merge branch 'master' into 5.6
2 parents 282b34e + dacb162 commit 04ef2ad

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Total Downloads](https://poser.pugx.org/illuminated/db-profiler/downloads)](https://packagist.org/packages/illuminated/db-profiler)
1010
[![License](https://poser.pugx.org/illuminated/db-profiler/license)](https://packagist.org/packages/illuminated/db-profiler)
1111

12-
Database queries profiling for Laravel http and console applications.
12+
Database queries profiling for Laravel web and console applications.
1313

1414
| Laravel | Database Profiler |
1515
| ------- | :--------------------------------------------------------------------: |
@@ -22,7 +22,7 @@ Database queries profiling for Laravel http and console applications.
2222

2323
Enabled only for `local` environment, you don't need to bother about `production`.
2424

25-
> If you wish to enable profiling on other environments, use `db-profiler.force` config variable.
25+
> If you want to enable profiling on other environments, use `db-profiler.force` config variable.
2626
2727
## Usage
2828

@@ -34,11 +34,11 @@ Enabled only for `local` environment, you don't need to bother about `production
3434

3535
2. Use `vvv` request parameter or `-vvv` cli option to enable profiling.
3636

37-
## HTTP Profiling
37+
## Web Profiling
3838

39-
Use `vvv` request parameter for http profiling:
39+
Use `vvv` request parameter for web profiling:
4040

41-
![Http example](doc/img/example-http.gif)
41+
![Web example](doc/img/example-web.gif)
4242

4343
## Console Profiling
4444

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "illuminated/db-profiler",
3-
"description": "Database queries profiling for Laravel http and console applications.",
3+
"description": "Database queries profiling for Laravel web and console applications.",
44
"keywords": ["laravel", "db", "database", "profiler", "profiling", "mysql"],
55
"license": "MIT",
66
"authors": [

composer.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)