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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
1
# Upgrade Guide
2
2
3
+
-[Upgrading To 4.2 From 4.1](#upgrade-4.2)
3
4
-[Upgrading To 4.1 From 4.0](#upgrade-4.1)
4
5
6
+
<aname="upgrade-4.2"></a>
7
+
## Upgrading To 4.2 From 4.1
8
+
9
+
### PHP 5.4+
10
+
11
+
Laravel 4.2 requires PHP 5.4.0 or greater.
12
+
13
+
### View / Pagination Environment Renamed
14
+
15
+
If you are directly referencing the `Illuminate\View\Environment` class or `Illuminate\Pagination\Environment` class, update your code to reference `Illuminate\View\Factory` and `Illuminate\Pagination\Factory` instead. These two classes have been renamed to better reflect their function.
0 commit comments