We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72abb8 commit 5ec4770Copy full SHA for 5ec4770
README.md
@@ -22,6 +22,11 @@ Automatically detect and set an app locale that matches your visitor's preferenc
22
- PHP >= 7.1
23
- Laravel >= 5.6
24
25
+## ⬆️ Upgrade
26
+
27
+Upgrading to a new major version?
28
+Check our [upgrade guide](UPGRADE.md) for instructions.
29
30
## 📦 Install
31
32
Install this package with Composer:
UPGRADE.md
@@ -0,0 +1,8 @@
1
+# Upgrade Guide
2
3
+## Upgrading To 2.0 From 1.x
4
5
+Every config option that contained a `-` (dash) in its name has been updated and the dash is replaced by an `_` (underscore).
6
+This is done mainly for consistency across other packages.
7
8
+Review and update your published config file accordingly.
0 commit comments