Skip to content

Commit fcdb88b

Browse files
committed
docs: bump version
1 parent a788036 commit fcdb88b

4 files changed

+6
-14
lines changed

buttons-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Laravel DataTables plugin for handling server-side exporting of table as csv,
88
Run the following command in your project to get the latest version of the plugin:
99

1010
```shell
11-
composer require yajra/laravel-datatables-buttons:^9.0
11+
composer require yajra/laravel-datatables-buttons:^11.0
1212
```
1313

1414
<a name="configuratio"></a>

fractal-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Github: https://github.com/yajra/laravel-datatables-fractal
44

55
Run the following command in your project to get the latest version of the plugin:
66

7-
`composer require yajra/laravel-datatables-fractal:^9.0`
7+
`composer require yajra/laravel-datatables-fractal:^11.0`
88

99
## Configuration
1010
> This step is optional if you are using Laravel 5.5

html-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Github: https://github.com/yajra/laravel-datatables-html
66

77
Run the following command in your project to get the latest version of the plugin:
88

9-
`composer require yajra/laravel-datatables-html:^9.0`
9+
`composer require yajra/laravel-datatables-html:^11.0`
1010

1111
## Configuration
1212

installation.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a name="requirements"></a>
1212
### Requirements
1313

14-
- [Laravel 9|10](https://github.com/laravel/framework)
14+
- [Laravel 11](https://github.com/laravel/framework)
1515
- [jQuery DataTables v1.10.x](http://datatables.net/)
1616

1717
<a name="installing-laravel-datatables"></a>
@@ -22,21 +22,13 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
2222
Run the following command in your project to get the latest version of the package:
2323

2424
```bash
25-
composer require yajra/laravel-datatables-oracle:"^10.0"
25+
composer require yajra/laravel-datatables-oracle:"^11.0"
2626
```
2727

2828
If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
2929

30-
#### Laravel 9
31-
32-
```bash
33-
composer require yajra/laravel-datatables:"^9.0"
34-
```
35-
36-
#### Laravel 10
37-
3830
```bash
39-
composer require yajra/laravel-datatables:^10.0
31+
composer require yajra/laravel-datatables:^11.0
4032
```
4133

4234
<a name="configuration"></a>

0 commit comments

Comments
 (0)