File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel DataTables Export Plugin
2
2
3
- [ ![ Laravel 8|9|10 ] ( https://img.shields.io/badge/Laravel-8|9|10 -orange.svg )] ( http://laravel.com )
3
+ [ ![ Laravel 11 ] ( https://img.shields.io/badge/Laravel-11 -orange.svg )] ( http://laravel.com )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-export.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-export )
5
5
[ ![ Continuous Integration] ( https://github.com/yajra/laravel-datatables-export/actions/workflows/continuous-integration.yml/badge.svg )] ( https://github.com/yajra/laravel-datatables-export/actions/workflows/continuous-integration.yml )
6
6
[ ![ Static Analysis] ( https://github.com/yajra/laravel-datatables-export/actions/workflows/static-analysis.yml/badge.svg )] ( https://github.com/yajra/laravel-datatables-export/actions/workflows/static-analysis.yml )
@@ -12,11 +12,11 @@ exporting using Queue, OpenSpout and Livewire.
12
12
13
13
## Requirements
14
14
15
- - [ PHP >=8.1 ] ( http://php.net/ )
16
- - [ Laravel 10 ] ( https://github.com/laravel/framework )
15
+ - [ PHP >=8.2 ] ( http://php.net/ )
16
+ - [ Laravel 11 ] ( https://github.com/laravel/framework )
17
17
- [ Laravel Livewire] ( https://laravel-livewire.com/ )
18
18
- [ OpenSpout] ( https://github.com/openspout/openspout/ )
19
- - [ Laravel DataTables 10 .x] ( https://github.com/yajra/laravel-datatables )
19
+ - [ Laravel DataTables 11 .x] ( https://github.com/yajra/laravel-datatables )
20
20
- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
21
21
22
22
## Documentations
@@ -30,10 +30,11 @@ exporting using Queue, OpenSpout and Livewire.
30
30
| 8.x | 0.x |
31
31
| 9.x | 1.x |
32
32
| 10.x | 10.x |
33
+ | 11.x | 11.x |
33
34
34
35
## Quick Installation
35
36
36
- ` composer require yajra/laravel-datatables-export `
37
+ ` composer require yajra/laravel-datatables-export:^11.0 `
37
38
38
39
The package also requires batch job:
39
40
You can’t perform that action at this time.
0 commit comments