Skip to content

Commit 2facaab

Browse files
authored
docs: v12
1 parent 66dad6c commit 2facaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exports-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package is a plugin of Laravel DataTables for handling server-side exportin
77
## Quick Installation
88

99
```
10-
composer require yajra/laravel-datatables-export -W
10+
composer require yajra/laravel-datatables-export:"^12.0"
1111
```
1212

1313
The package also requires batch job:
@@ -27,4 +27,4 @@ Yajra\DataTables\ExportServiceProvider::class
2727

2828
```
2929
$ php artisan vendor:publish --tag=datatables-export --force
30-
```
30+
```

0 commit comments

Comments
 (0)