File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,21 @@ return datatables(User::query())->toJson();
22
22
return datatables(DB::table('users'))->toJson();
23
23
return datatables(User::all())->toJson();
24
24
```
25
+ ## Sponsors
26
+
27
+ <a href =" https://editor.datatables.net?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo " >
28
+ <img src="http://datatables.net/media/images/logo.png" alt="DataTables" height="64">
29
+ </a >
30
+
31
+ <a href =" https://jb.gg/OpenSourceSupport " >
32
+ <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains.com" height="128">
33
+ </a >
34
+
35
+ <a href =" https://blackfire.io/docs/introduction?utm_source=laravel-datatables&utm_medium=github_readme&utm_campaign=logo " >
36
+ <img src="https://i.imgur.com/zR8rsqk.png" alt="Blackfire.io" height="64">
37
+ </a >
38
+
39
+
25
40
26
41
## Requirements
27
42
- [ PHP >= 8.0.2] ( http://php.net/ )
You can’t perform that action at this time.
0 commit comments