11# Laravel DataTables Export Plugin
22
3- [ ![ Laravel 11 ] ( https://img.shields.io/badge/Laravel-11 -orange.svg )] ( http://laravel.com )
3+ [ ![ Laravel 12.x ] ( https://img.shields.io/badge/Laravel-12.x -orange.svg )] ( http://laravel.com )
44[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-export.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-export )
55[ ![ 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 )
66[ ![ 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 )
@@ -13,11 +13,11 @@ exporting using Queue, OpenSpout and Livewire.
1313## Requirements
1414
1515- [ PHP >=8.2] ( http://php.net/ )
16- - [ Laravel 11 ] ( https://github.com/laravel/framework )
16+ - [ Laravel 12 ] ( https://github.com/laravel/framework )
1717- [ Laravel Livewire] ( https://laravel-livewire.com/ )
1818- [ OpenSpout] ( https://github.com/openspout/openspout/ )
19- - [ Laravel DataTables 11 .x] ( https://github.com/yajra/laravel-datatables )
20- - [ jQuery DataTables v1.10 .x] ( http://datatables.net/ )
19+ - [ Laravel DataTables 12 .x] ( https://github.com/yajra/laravel-datatables )
20+ - [ jQuery DataTables 2 .x] ( http://datatables.net/ )
2121
2222## Documentations
2323
@@ -31,10 +31,11 @@ exporting using Queue, OpenSpout and Livewire.
3131| 9.x | 1.x |
3232| 10.x | 10.x |
3333| 11.x | 11.x |
34+ | 12.x | 12.x |
3435
3536## Quick Installation
3637
37- ` composer require yajra/laravel-datatables-export:^11 .0 `
38+ ` composer require yajra/laravel-datatables-export:^12 .0 `
3839
3940The package also requires batch job:
4041
0 commit comments