Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 254 Bytes

UPGRADE.md

File metadata and controls

13 lines (9 loc) · 254 Bytes

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.