1
1
# Laravel DataTables Fractal Plugin
2
2
3
- [](http://laravel.com)
3
+ [](http://laravel.com)
4
4
[](https://packagist.org/packages/yajra/laravel-datatables-fractal)
5
5
[](https://travis-ci.org/yajra/laravel-datatables-fractal)
6
6
[](https://scrutinizer-ci.com/g/yajra/laravel-datatables-fractal/?branch=master)
@@ -11,8 +11,8 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
11
11
12
12
## Requirements
13
13
14
- - [PHP >= 8.1 ](http://php.net/)
15
- - [Laravel 10 .x](https://github.com/laravel/framework)
14
+ - [PHP >= 8.2 ](http://php.net/)
15
+ - [Laravel 11 .x](https://github.com/laravel/framework)
16
16
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
17
17
18
18
## Documentations
@@ -26,10 +26,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
26
26
| 8.x and below | 1.x |
27
27
| 9.x | 9.x |
28
28
| 10.x | 10.x |
29
+ | 11.x | 11.x |
29
30
30
31
## Quick Installation
31
32
32
- `composer require yajra/laravel-datatables-fractal`
33
+ `composer require yajra/laravel-datatables-fractal:^11.0 `
33
34
34
35
### Register Service Provider (Optional on Laravel 5.5+)
35
36
@@ -57,8 +58,3 @@ If you discover any security related issues, please email [aqangeles@gmail.com](
57
58
## License
58
59
59
60
The MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-fractal/blob/master/LICENSE.md) for more information.
60
-
61
- ## Buy me a coffee
62
-
63
- [](https://www.paypal.me/yajra)
64
- <a href='https://www.patreon.com/bePatron?u=4521203'><img alt='Become a Patron' src='https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png' border='0' width='200px' ></a>
0 commit comments