File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Laravel Datatables can be installed with [Composer](http://getcomposer.org/doc/0
2323Run the following command in your project to get the latest version of the package:
2424
2525```
26- composer require yajra/laravel-datatables-oracle
26+ composer require yajra/laravel-datatables-oracle:^7.0
2727```
2828
2929<a name =" configuration " ></a >
Original file line number Diff line number Diff line change 22
33<a name =" v6-to-v7 " ></a >
44## Upgrading from v6.x to v7.x
5- - composer require yajra/laravel-datatables-oracle
6- - composer require yajra/laravel-datatables-buttons
5+ - composer require yajra/laravel-datatables-oracle:^7.0
6+ - composer require yajra/laravel-datatables-buttons:^1.0
77 - php artisan vendor: publish --tag=datatables --force
88 - php artisan vendor: publish --tag=datatables-buttons --force
99
You can’t perform that action at this time.
0 commit comments