We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dad6c commit 2facaabCopy full SHA for 2facaab
exports-installation.md
@@ -7,7 +7,7 @@ This package is a plugin of Laravel DataTables for handling server-side exportin
7
## Quick Installation
8
9
```
10
-composer require yajra/laravel-datatables-export -W
+composer require yajra/laravel-datatables-export:"^12.0"
11
12
13
The package also requires batch job:
@@ -27,4 +27,4 @@ Yajra\DataTables\ExportServiceProvider::class
27
28
29
$ php artisan vendor:publish --tag=datatables-export --force
30
-```
+```
0 commit comments