File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Donate] ( https://img.shields.io/badge/donate-paypal-blue.svg )] ( https://www.paypal.me/yajra )
5
5
[ ![ Donate] ( https://img.shields.io/badge/donate-patreon-blue.svg )] ( https://www.patreon.com/bePatron?u=4521203 )
6
6
7
- [ ![ Laravel 4.2|5.x|6.x ] ( https://img.shields.io/badge/Laravel-4.2|5.x-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 -orange.svg )] ( http://laravel.com )
8
8
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-oracle.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-oracle )
9
9
[ ![ Latest Unstable Version] ( https://poser.pugx.org/yajra/laravel-datatables-oracle/v/unstable.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-oracle )
10
10
[ ![ Build Status] ( https://travis-ci.org/yajra/laravel-datatables.svg?branch=master )] ( https://travis-ci.org/yajra/laravel-datatables )
@@ -30,7 +30,7 @@ return datatables(User::all())->toJson();
30
30
31
31
## Requirements
32
32
- [ PHP >= 7.0] ( http://php.net/ )
33
- - [ Laravel 5.x|6.x ] ( https://github.com/laravel/framework )
33
+ - [ Laravel 4.2| 5.x|6|7|8 ] ( https://github.com/laravel/framework )
34
34
- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
35
35
36
36
## Documentations
@@ -60,6 +60,7 @@ return datatables(User::all())->toJson();
60
60
5.8.x | 9.x
61
61
6.x.x | 9.x
62
62
7.x.x | 9.x
63
+ 8.x.x | 9.x
63
64
64
65
## DataTables 8.x Upgrade Guide
65
66
There are breaking changes since DataTables v8.x.
You can’t perform that action at this time.
0 commit comments