sigd/vendor/yajra/laravel-datatables-export/UPGRADE.md

254 B

UPGRADE GUIDE

Upgrade from 10.x to 11.x

  1. Update the composer.json file and change the version of the package to ^11.0:
"require": {
    "yajra/laravel-datatables-export": "^11.0"
}
  1. Run composer update to update the package.