Skip to content

Commit 4ec6409

Browse files
committed
docs: upgrade guide
1 parent 472ab66 commit 4ec6409

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

UPGRADE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# UPGRADE GUIDE
2+
3+
## Upgrade from 10.x to 11.x
4+
5+
1. Update the composer.json file and change the version of the package to `^11.0`:
6+
7+
```json
8+
"require": {
9+
"yajra/laravel-datatables-export": "^11.0"
10+
}
11+
```
12+
13+
2. Run `composer update` to update the package.

0 commit comments

Comments
 (0)