File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ After installing this package you may use these methods on eloquent and db build
4949#### Eloquent
5050
5151``` php
52- // With eloquent
5352use App\Models\User;
5453
5554User::select('name')->where('id', 5)->getSql();
@@ -76,7 +75,6 @@ User::select('name')
7675#### Database Builder
7776
7877``` php
79- // With database builder
8078\DB::table('users')->select('name')->where('id', 5)->getSql();
8179// 'select `name` from `users` where `id` = 5'
8280
@@ -107,6 +105,6 @@ instead of using the issue tracker.
107105
108106- [ All contributors] ( https://github.com/laratoolbox/query-viewer/graphs/contributors )
109107
110- - 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 ) .
111109
112110- Social image generated by [ banners.beyondco.de] ( https://banners.beyondco.de/ ) .
You can’t perform that action at this time.
0 commit comments