Skip to content

Commit 3413cb6

Browse files
authored
ompatible with Laravel 6.x
Based on commit yajra@d8a965a#diff-04c6e90faac2675aa89e2176d2eec7d8 I updated readme.md to show that it is compatible with Laravel 6.x to avoid confusion to new users.
1 parent 787eb04 commit 3413cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# jQuery DataTables API for Laravel 4|5
1+
# jQuery DataTables API for Laravel 4|5|6
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](https://img.shields.io/badge/Laravel-4.2|5.x-orange.svg)](http://laravel.com)
7+
[![Laravel 4.2|5.x|6.x](https://img.shields.io/badge/Laravel-4.2|5.x-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.4|5.5|5.6](https://github.com/laravel/framework)
33+
- [Laravel 5.x|6.x](https://github.com/laravel/framework)
3434
- [jQuery DataTables v1.10.x](http://datatables.net/)
3535

3636
## Documentations

0 commit comments

Comments
 (0)