Skip to content

Commit 326dccd

Browse files
committed
Add note to upgrade docs.
1 parent 83d6347 commit 326dccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ For security reasons, URL domains may no longer be used to detect your applicati
5656

5757
In your `bootstrap/start.php` file, remove the call to `$app->redirectIfTrailingSlash()`. This method is no longer needed as this functionality is now handled by the `.htaccess` file included with the framework.
5858

59+
### Current Route Access
60+
61+
The current route is now accessed via `Route::current()` instead of `Route::getCurrentRoute()`.
62+
5963
### Composer Update
6064

6165
Once you have completed the changes above, you can run the `composer update` function to update your core application files!

0 commit comments

Comments
 (0)