You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Upgrade Guide
2
2
3
+
## Upgrading from 2.x to 2.13
4
+
Version 2.13 was a minor release to raise support to Laravel 11. This allows Blueprint to adopt the latest conventions from Laravel, such as the modern structure, PHP attributes, and model methods.
5
+
6
+
Inline with Blueprint's [Support Policy](https://github.com/laravel-shift/blueprint#support-policy), this release also drops support for Laravel 10. If you are still running Laravel 10, you may constrain your Blueprint version to `2.12.0`.
7
+
3
8
## Upgrading from 2.x to 2.6
4
9
Version 2.6 was a minor release to add support for Laravel 10. This adopts the latest conventions from Laravel, most notably the addition of type-hints in code.
0 commit comments