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 355d1ac commit 088f22eCopy full SHA for 088f22e
installation.md
@@ -22,13 +22,13 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
22
Run the following command in your project to get the latest version of the package:
23
24
```bash
25
-composer require yajra/laravel-datatables-oracle:^8.0
+composer require yajra/laravel-datatables-oracle:^9.0
26
```
27
28
If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
29
30
31
-composer require yajra/laravel-datatables:^1.0
+composer require yajra/laravel-datatables:^1.5
32
33
34
<a name="configuration"></a>
0 commit comments