File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
2121
2222Run the following command in your project to get the latest version of the package:
2323
24- #### Laravel 9
25-
2624``` bash
27- composer require yajra/laravel-datatables-oracle:" ^9 .0"
25+ composer require yajra/laravel-datatables-oracle:" ^10 .0"
2826```
2927
30- #### Laravel 10
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+ #### Laravel 9
3131
3232``` bash
33- composer require yajra/laravel-datatables-oracle :" ^10 .0"
33+ composer require yajra/laravel-datatables:" ^9 .0"
3434```
3535
36- If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
36+ #### Laravel 10
3737
3838``` bash
3939composer require yajra/laravel-datatables:^10.0
You can’t perform that action at this time.
0 commit comments