Skip to content

Commit 0f6f99c

Browse files
committed
Add intro to upgrade guide
1 parent a1076c1 commit 0f6f99c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

UPGRADE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Upgrading To 3.0 From 2.x
44

5+
This upgrade contains a number of small but breaking changes, as well as a huge internal makeover.
6+
I listed the most important ones below.
7+
But if you were overriding internal classes or methods, you will need to review the new source in more detail.
8+
9+
Over the years, this package has grown greatly in features and the codebase was getting a bit out of hand.
10+
Therefor, I spent a lot of time refactoring every bit of code to make it more obvious what is going on, making it easier to maintain in the future.
11+
12+
I spent possibly even longer rewriting the README.
13+
Hopefully, this is now a 1000 times better structured and easier to digest.
14+
15+
If you have any problems or improvements, you are always welcome to create an issue or pull request.
16+
517
### ➡ Minimum Requirements Updated
618

719
We dropped support for Laravel 5.6, 5.7, 5.8 and 6.x.

0 commit comments

Comments
 (0)