File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2525composer 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
3131composer 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' => [
You can’t perform that action at this time.
0 commit comments