UPGRADE GUIDE Upgrade from 10.x to 11.x Update the composer.json file and change the version of the package to ^11.0: "require": { "yajra/laravel-datatables-export": "^11.0" } Run composer update to update the package.