Skip to content

Commit f0f69fb

Browse files
authored
Fix laravel version & badge.
Add laravel 8 on version compatibility matrix.
1 parent d85285c commit f0f69fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
6566
There are breaking changes since DataTables v8.x.

0 commit comments

Comments
 (0)