We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdb88b commit 6c8de02Copy full SHA for 6c8de02
editor-installation.md
@@ -11,14 +11,14 @@ A [premium license](https://editor.datatables.net/purchase/index) is required to
11
12
Run the following command in your project to get the latest version of the plugin:
13
14
-`composer require yajra/laravel-datatables-editor:^1.0`
+`composer require yajra/laravel-datatables-editor:^11.0`
15
16
<a name="configuration"></a>
17
## Configuration
18
19
> This step is optional if you are using Laravel 5.5
20
21
-Open the file ```config/app.php``` and then add following service provider.
+Open the file ```config/app.php``` and then add the following service provider.
22
23
```php
24
'providers' => [
0 commit comments