dependencies-upgrade
This commit is contained in:
14
vendor/yajra/laravel-datatables-oracle/README.md
vendored
14
vendor/yajra/laravel-datatables-oracle/README.md
vendored
@@ -1,13 +1,13 @@
|
||||
# jQuery DataTables API for Laravel 4|5|6
|
||||
# jQuery DataTables API for Laravel 4|5|6|7|8|9
|
||||
|
||||
[](https://gitter.im/yajra/laravel-datatables?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://www.paypal.me/yajra)
|
||||
[](https://www.patreon.com/bePatron?u=4521203)
|
||||
|
||||
[](http://laravel.com)
|
||||
[](http://laravel.com)
|
||||
[](https://packagist.org/packages/yajra/laravel-datatables-oracle)
|
||||
[](https://packagist.org/packages/yajra/laravel-datatables-oracle)
|
||||
[](https://travis-ci.org/yajra/laravel-datatables)
|
||||

|
||||
[](https://scrutinizer-ci.com/g/yajra/laravel-datatables/?branch=master)
|
||||
[](https://packagist.org/packages/yajra/laravel-datatables-oracle)
|
||||
[](https://packagist.org/packages/yajra/laravel-datatables-oracle)
|
||||
@@ -29,8 +29,8 @@ return datatables(User::all())->toJson();
|
||||
```
|
||||
|
||||
## Requirements
|
||||
- [PHP >= 7.0](http://php.net/)
|
||||
- [Laravel 5.x|6.x](https://github.com/laravel/framework)
|
||||
- [PHP >= 7.1](http://php.net/)
|
||||
- [Laravel 4.2|5.x|6|7|8|9](https://github.com/laravel/framework)
|
||||
- [jQuery DataTables v1.10.x](http://datatables.net/)
|
||||
|
||||
## Documentations
|
||||
@@ -60,6 +60,8 @@ return datatables(User::all())->toJson();
|
||||
5.8.x | 9.x
|
||||
6.x.x | 9.x
|
||||
7.x.x | 9.x
|
||||
8.x.x | 9.x
|
||||
9.x.x | 9.x
|
||||
|
||||
## DataTables 8.x Upgrade Guide
|
||||
There are breaking changes since DataTables v8.x.
|
||||
@@ -70,7 +72,7 @@ If you are upgrading from v7.x to v8.x, please see [upgrade guide](https://yajra
|
||||
$ composer require yajra/laravel-datatables-oracle:"~9.0"
|
||||
```
|
||||
|
||||
#### Service Provider & Facade (Optional on Laravel 5.5)
|
||||
#### Service Provider & Facade (Optional on Laravel 5.5+)
|
||||
Register provider and facade on your `config/app.php` file.
|
||||
```php
|
||||
'providers' => [
|
||||
|
Reference in New Issue
Block a user