Skip to content

Commit caa6381

Browse files
authored
Add sponsors section
1 parent 60b65e6 commit caa6381

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ return datatables(User::query())->toJson();
2222
return datatables(DB::table('users'))->toJson();
2323
return datatables(User::all())->toJson();
2424
```
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+
2540

2641
## Requirements
2742
- [PHP >= 8.0.2](http://php.net/)

0 commit comments

Comments
 (0)