File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
88
99This package adds methods for getting sql query to eloquent and database query builder.
1010
11- ![ Social Image] ( social.jpeg )
12-
1311## Requirement
1412
1513Laravel >= 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
5552use App\Models\User;
5653
5754User::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/ ) .
You can’t perform that action at this time.
0 commit comments