Skip to content

Commit d919ab4

Browse files
committed
Merge branch 'main' of github.com:laratoolbox/query-viewer into main
2 parents 800c3c6 + 0546e8f commit d919ab4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ This package adds methods for getting sql query to eloquent and database query b
1111

1212
## Requirement
1313

14+
```
1415
Laravel >= 5.5
16+
```
1517

1618
## Installation
1719

1820
Install via composer
1921
```bash
20-
composer require laratoolbox/query-viewer
22+
$ composer require laratoolbox/query-viewer
2123
```
2224

2325
### Publish package config
2426

2527
```bash
26-
php artisan vendor:publish --provider="LaraToolbox\QueryViewer\QueryViewerServiceProvider"
28+
php artisan vendor:publish --provider="LaraToolbox\QueryViewer\QueryViewerServiceProvider"
2729
```
2830

2931
## Usage
@@ -111,7 +113,7 @@ use LaraToolbox\QueryViewer\QueryViewer;
111113
## Testing
112114

113115
``` bash
114-
composer test
116+
composer test
115117
```
116118

117119
## Changelog

0 commit comments

Comments
 (0)