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 11# Laravel DataTables Buttons Plugin
22
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 )
44[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-buttons.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-buttons )
55[ ![ 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 )
66[ ![ 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
1212
1313## Requirements
1414
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 )
1717- [ Laravel DataTables] ( https://github.com/yajra/laravel-datatables )
1818- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
1919- [ 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
2929| 8.x and below | 4.x |
3030| 9.x | 9.x |
3131| 10.x | 10.x |
32+ | 11.x | 11.x |
3233
3334## Quick Installation
3435
35- ` composer require yajra/laravel-datatables-buttons:^10 `
36+ ` composer require yajra/laravel-datatables-buttons:^11 `
3637
3738#### Service Provider (Optional on Laravel 5.5)
3839
You can’t perform that action at this time.
0 commit comments