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 cb365c6 commit f4000ecCopy full SHA for f4000ec
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:"^8.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.0"
32
33
34
<a name="configuration"></a>
0 commit comments