File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel DataTables Html Plugin
2
2
3
- [ ![ Laravel 11 .x] ( https://img.shields.io/badge/Laravel-11 .x-orange.svg )] ( http://laravel.com )
3
+ [ ![ Laravel 12 .x] ( https://img.shields.io/badge/Laravel-12 .x-orange.svg )] ( http://laravel.com )
4
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yajra/laravel-datatables-html.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-html )
5
5
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/?branch=master )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/yajra/laravel-datatables-html.svg )] ( https://packagist.org/packages/yajra/laravel-datatables-html )
@@ -14,7 +14,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
14
14
15
15
## Requirements
16
16
17
- - [ Laravel 11 .x] ( https://github.com/laravel/framework )
17
+ - [ Laravel 12 .x] ( https://github.com/laravel/framework )
18
18
- [ Laravel DataTables] ( https://github.com/yajra/laravel-datatables )
19
19
20
20
## Documentations
@@ -29,10 +29,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
29
29
| 9.x | 9.x |
30
30
| 10.x | 10.x |
31
31
| 11.x | 11.x |
32
+ | 12.x | 12.x |
32
33
33
34
## Quick Installation
34
35
35
- ` composer require yajra/laravel-datatables-html:^11 `
36
+ ` composer require yajra/laravel-datatables-html:^12 `
36
37
37
38
#### Setup scripts with ViteJS
38
39
You can’t perform that action at this time.
0 commit comments