File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-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] ( https://img.shields.io/badge/Laravel-8|9-orange.svg )] ( http://laravel.com )
3
+ [ ![ Laravel 8|9|10 ] ( https://img.shields.io/badge/Laravel-8|9|10 -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 )
@@ -11,11 +11,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
11
11
12
12
## Requirements
13
13
14
- - [ PHP >=7.4 ] ( http://php.net/ )
15
- - [ Laravel 8+ ] ( https://github.com/laravel/framework )
14
+ - [ PHP >=8.1 ] ( http://php.net/ )
15
+ - [ Laravel 10 ] ( https://github.com/laravel/framework )
16
16
- [ Laravel Livewire] ( https://laravel-livewire.com/ )
17
17
- [ OpenSpout] ( https://github.com/openspout/openspout/ )
18
- - [ Laravel DataTables 9 .x] ( https://github.com/yajra/laravel-datatables )
18
+ - [ Laravel DataTables 10 .x] ( https://github.com/yajra/laravel-datatables )
19
19
- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
20
20
21
21
## Documentations
@@ -24,7 +24,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
24
24
25
25
## Quick Installation
26
26
27
- ` composer require yajra/laravel-datatables-export -W `
27
+ ` composer require yajra/laravel-datatables-export `
28
28
29
29
The package also requires batch job:
30
30
You can’t perform that action at this time.
0 commit comments