File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel DataTables Buttons Plugin
2
2
3
- [ ![ Laravel 10 .x] ( https://img.shields.io/badge/Laravel-10.x-orange.svg )] ( http://laravel.com )
3
+ [ ![ Laravel 11 .x] ( https://img.shields.io/badge/Laravel-10.x-orange.svg )] ( http://laravel.com )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-buttons.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-buttons )
5
5
[ ![ Continuous Integration] ( https://github.com/yajra/laravel-datatables-buttons/actions/workflows/continuous-integration.yml/badge.svg )] ( https://github.com/yajra/laravel-datatables-buttons/actions/workflows/continuous-integration.yml )
6
6
[ ![ Static Analysis] ( https://github.com/yajra/laravel-datatables-buttons/actions/workflows/static-analysis.yml/badge.svg )] ( https://github.com/yajra/laravel-datatables-buttons/actions/workflows/static-analysis.yml )
@@ -12,8 +12,8 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
12
12
13
13
## Requirements
14
14
15
- - [ PHP >= 8.1 ] ( http://php.net/ )
16
- - [ Laravel 10 .x] ( https://github.com/laravel/framework )
15
+ - [ PHP >= 8.2 ] ( http://php.net/ )
16
+ - [ Laravel 11 .x] ( https://github.com/laravel/framework )
17
17
- [ Laravel DataTables] ( https://github.com/yajra/laravel-datatables )
18
18
- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
19
19
- [ jQuery DataTables Buttons Extension] ( https://datatables.net/reference/button/ )
@@ -29,10 +29,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
29
29
| 8.x and below | 4.x |
30
30
| 9.x | 9.x |
31
31
| 10.x | 10.x |
32
+ | 11.x | 11.x |
32
33
33
34
## Quick Installation
34
35
35
- ` composer require yajra/laravel-datatables-buttons:^10 `
36
+ ` composer require yajra/laravel-datatables-buttons:^11 `
36
37
37
38
#### Service Provider (Optional on Laravel 5.5)
38
39
You can’t perform that action at this time.
0 commit comments