Skip to content

Commit 6a42280

Browse files
authored
Update README.md for Laravel 9 support
I tested it on Laravel 9, and it works perfectly,
1 parent 553482d commit 6a42280

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# jQuery DataTables API for Laravel 4|5|6|7|8
1+
# jQuery DataTables API for Laravel 4|5|6|7|8|9
22

33
[![Join the chat at https://gitter.im/yajra/laravel-datatables](https://badges.gitter.im/yajra/laravel-datatables.svg)](https://gitter.im/yajra/laravel-datatables?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/yajra)
55
[![Donate](https://img.shields.io/badge/donate-patreon-blue.svg)](https://www.patreon.com/bePatron?u=4521203)
66

7-
[![Laravel 4.2|5.x|6|7|8](https://img.shields.io/badge/Laravel-4.2|5.x|6|7|8-orange.svg)](http://laravel.com)
7+
[![Laravel 4.2|5.x|6|7|8](https://img.shields.io/badge/Laravel-4.2|5.x|6|7|8|9-orange.svg)](http://laravel.com)
88
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-oracle.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
99
[![Latest Unstable Version](https://poser.pugx.org/yajra/laravel-datatables-oracle/v/unstable.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
1010
![Build Status](https://github.com/yajra/laravel-datatables-html/workflows/tests/badge.svg)
@@ -29,8 +29,8 @@ return datatables(User::all())->toJson();
2929
```
3030

3131
## Requirements
32-
- [PHP >= 7.0](http://php.net/)
33-
- [Laravel 4.2|5.x|6|7|8](https://github.com/laravel/framework)
32+
- [PHP >= 7.1](http://php.net/)
33+
- [Laravel 4.2|5.x|6|7|8|9](https://github.com/laravel/framework)
3434
- [jQuery DataTables v1.10.x](http://datatables.net/)
3535

3636
## Documentations
@@ -61,6 +61,8 @@ return datatables(User::all())->toJson();
6161
6.x.x | 9.x
6262
7.x.x | 9.x
6363
8.x.x | 9.x
64+
9.x.x | 9.x
65+
6466

6567
## DataTables 8.x Upgrade Guide
6668
There are breaking changes since DataTables v8.x.

0 commit comments

Comments
 (0)