File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
33< head >
4- < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175 "
5- crossorigin ="anonymous "> </ script >
64 < meta charset ="utf-8 ">
75 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
86 < meta name ="description " content ="Convert SQL to Laravel query builder. Laravel where nested. laravel where in subquery. laravel join subquery. ">
97 < title > SQL to Laravel Builder</ title >
108 < link href ="https://cdn.bootcss.com/font-awesome/5.11.2/css/fontawesome.min.css " rel ="stylesheet ">
119 < link href ="https://cdn.bootcss.com/bulma/0.7.5/css/bulma.min.css " rel ="stylesheet ">
10+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9087401435839175 " crossorigin ="anonymous "> </ script >
1211 <!-- Global site tag (gtag.js) - Google Analytics -->
1312 < script async src ="https://www.googletagmanager.com/gtag/js?id=G-Z93ZQ8Z1M6 "> </ script >
1413 < script >
2625 < div class ="hero-body ">
2726 < div class ="container has-text-centered ">
2827 < h1 class ="title ">
29- Convert Your Legacy SQL to Laravel Query Builder </ h1 >
28+ Convert Your Legacy SQL to Laravel Query Builder
29+ </ h1 >
3030 </ div >
3131 </ div >
32-
3332</ section >
33+ < div style ="margin-left: 20px; ">
34+ < a target ="_blank " href ="https://github.com/sql2builder/sql2builder.github.io "> Github</ a >
35+ </ div >
3436
3537< div >
3638 < div class ="columns is-mobile is-centered ">
Original file line number Diff line number Diff line change 2525 < div class ="hero-body ">
2626 < div class ="container has-text-centered ">
2727 < h1 class ="title ">
28- Convert Your Legacy SQL to Laravel Query Builder </ h1 >
28+ Convert Your Legacy SQL to Laravel Query Builder
29+ </ h1 >
2930 </ div >
3031 </ div >
31-
3232</ section >
33+ < div style ="margin-left: 20px; ">
34+ < a target ="_blank " href ="https://github.com/sql2builder/sql2builder.github.io "> Github</ a >
35+ </ div >
3336
3437< div >
3538 < div class ="columns is-mobile is-centered ">
You can’t perform that action at this time.
0 commit comments