File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
### Requirements
13
13
14
14
- [ Laravel 11] ( https://github.com/laravel/framework )
15
- - [ jQuery DataTables v1.10 .x] ( http://datatables.net/ )
15
+ - [ DataTables v2 .x] ( http://datatables.net/ )
16
16
17
17
<a name =" installing-laravel-datatables " ></a >
18
18
### Installing Laravel DataTables
@@ -25,7 +25,7 @@ Run the following command in your project to get the latest version of the packa
25
25
composer require yajra/laravel-datatables-oracle:" ^11.0"
26
26
```
27
27
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.
29
29
30
30
``` bash
31
31
composer require yajra/laravel-datatables:^11.0
@@ -35,7 +35,7 @@ composer require yajra/laravel-datatables:^11.0
35
35
### Configuration
36
36
> This step is optional if you are using Laravel 5.5+
37
37
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.
39
39
40
40
``` php
41
41
'providers' => [
You can’t perform that action at this time.
0 commit comments