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 1111<a name =" requirements " ></a >
1212### Requirements
1313
14- - [ Laravel 5.5 +] ( https://github.com/laravel/framework )
14+ - [ Laravel 9 +] ( https://github.com/laravel/framework )
1515- [ jQuery DataTables v1.10.x] ( http://datatables.net/ )
1616
1717<a name =" installing-laravel-datatables " ></a >
@@ -22,13 +22,13 @@ Laravel DataTables can be installed with [Composer](http://getcomposer.org/doc/0
2222Run the following command in your project to get the latest version of the package:
2323
2424``` bash
25- composer require yajra/laravel-datatables-oracle:" ~9 .0"
25+ composer require yajra/laravel-datatables-oracle:" ^10 .0"
2626```
2727
2828If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
2929
3030``` bash
31- composer require yajra/laravel-datatables:^1.5
31+ composer require yajra/laravel-datatables:^9.0
3232```
3333
3434<a name =" configuration " ></a >
You can’t perform that action at this time.
0 commit comments