Skip to content

Commit c535c64

Browse files
committed
docs: Laravel 12
1 parent 3e903be commit c535c64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel DataTables Html Plugin
22

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)
44
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-html.svg)](https://packagist.org/packages/yajra/laravel-datatables-html)
55
[![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)
66
[![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
1414

1515
## Requirements
1616

17-
- [Laravel 11.x](https://github.com/laravel/framework)
17+
- [Laravel 12.x](https://github.com/laravel/framework)
1818
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
1919

2020
## Documentations
@@ -29,10 +29,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2929
| 9.x | 9.x |
3030
| 10.x | 10.x |
3131
| 11.x | 11.x |
32+
| 12.x | 12.x |
3233

3334
## Quick Installation
3435

35-
`composer require yajra/laravel-datatables-html:^11`
36+
`composer require yajra/laravel-datatables-html:^12`
3637

3738
#### Setup scripts with ViteJS
3839

0 commit comments

Comments
 (0)