Skip to content

Commit 5424608

Browse files
committed
chore: v11
1 parent 7ae00c1 commit 5424608

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Laravel DataTables Html Plugin.
1+
# Laravel DataTables Html Plugin
22

3-
[![Laravel 10.x](https://img.shields.io/badge/Laravel-10.x-orange.svg)](http://laravel.com)
3+
[![Laravel 11.x](https://img.shields.io/badge/Laravel-11.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
![Build Status](https://github.com/yajra/laravel-datatables-html/workflows/tests/badge.svg)
66
[![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)
@@ -11,7 +11,7 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
1111

1212
## Requirements
1313

14-
- [Laravel 10.x](https://github.com/laravel/framework)
14+
- [Laravel 11.x](https://github.com/laravel/framework)
1515
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
1616

1717
## Documentations
@@ -26,10 +26,11 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
2626
| 8.x and below | 4.x |
2727
| 9.x | 9.x |
2828
| 10.x | 10.x |
29+
| 11.x | 11.x |
2930

3031
## Quick Installation
3132

32-
`composer require yajra/laravel-datatables-html:^10`
33+
`composer require yajra/laravel-datatables-html:^11`
3334

3435
#### Setup scripts with ViteJS
3536

0 commit comments

Comments
 (0)