Skip to content

Commit b146842

Browse files
committed
Merge branch 'main' of github.com:laratoolbox/query-viewer into main
2 parents 004c771 + dd78707 commit b146842

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Query Viewer
1+
![Social Image](social.jpeg)
22

33
[![GitHub Workflow Status](https://github.com/laratoolbox/query-viewer/workflows/Run%20tests/badge.svg)](https://github.com/laratoolbox/query-viewer/actions)
44

@@ -8,8 +8,6 @@
88

99
This package adds methods for getting sql query to eloquent and database query builder.
1010

11-
![Social Image](social.jpeg)
12-
1311
## Requirement
1412

1513
Laravel >= 5.5
@@ -51,7 +49,6 @@ After installing this package you may use these methods on eloquent and db build
5149
#### Eloquent
5250

5351
```php
54-
// With eloquent
5552
use App\Models\User;
5653

5754
User::select('name')->where('id', 5)->getSql();
@@ -78,7 +75,6 @@ User::select('name')
7875
#### Database Builder
7976

8077
```php
81-
// With database builder
8278
\DB::table('users')->select('name')->where('id', 5)->getSql();
8379
// 'select `name` from `users` where `id` = 5'
8480

@@ -109,6 +105,6 @@ instead of using the issue tracker.
109105

110106
- [All contributors](https://github.com/laratoolbox/query-viewer/graphs/contributors)
111107

112-
- This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).
108+
- This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).
113109

114-
- Social image generated using [https://banners.beyondco.de/](https://banners.beyondco.de/)
110+
- Social image generated by [banners.beyondco.de](https://banners.beyondco.de/).

0 commit comments

Comments
 (0)