Skip to content

Commit 94db0d5

Browse files
authored
Merge pull request #113 from yajra/yajra-patch-1
docs: use DataTables v2
2 parents 6c8de02 + 48e1ed7 commit 94db0d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Requirements
1313

1414
- [Laravel 11](https://github.com/laravel/framework)
15-
- [jQuery DataTables v1.10.x](http://datatables.net/)
15+
- [DataTables v2.x](http://datatables.net/)
1616

1717
<a name="installing-laravel-datatables"></a>
1818
### Installing Laravel DataTables
@@ -25,7 +25,7 @@ Run the following command in your project to get the latest version of the packa
2525
composer require yajra/laravel-datatables-oracle:"^11.0"
2626
```
2727

28-
If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
28+
If you use most of the DataTables plugins like Buttons & HTML, you can use the all-in-one installer package.
2929

3030
```bash
3131
composer require yajra/laravel-datatables:^11.0
@@ -35,7 +35,7 @@ composer require yajra/laravel-datatables:^11.0
3535
### Configuration
3636
> This step is optional if you are using Laravel 5.5+
3737
38-
Open the file ```config/app.php``` or ```bootstrap/providers.php``` for Laravel 11 then add following service provider.
38+
Open the file ```config/app.php``` or ```bootstrap/providers.php``` for Laravel 11 then add the following service provider.
3939

4040
```php
4141
'providers' => [

0 commit comments

Comments
 (0)