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 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.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 )
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://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();
3030
3131## Requirements
3232- [ 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 )
3434- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
3535
3636## Documentations
@@ -60,6 +60,7 @@ return datatables(User::all())->toJson();
6060 5.8.x | 9.x
6161 6.x.x | 9.x
6262 7.x.x | 9.x
63+ 8.x.x | 9.x
6364
6465## DataTables 8.x Upgrade Guide
6566There are breaking changes since DataTables v8.x.
You can’t perform that action at this time.
0 commit comments