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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,4 @@ The current route is now accessed via `Route::current()` instead of `Route::getC
61
61
62
62
### Composer Update
63
63
64
-
Once you have completed the changes above, you can run the `composer update` function to update your core application files!
64
+
Once you have completed the changes above, you can run the `composer update` function to update your core application files! If you receive class load errors, try running the `update` command with the `--no-scripts` option enabled like so: `composer update --no-scripts`.
0 commit comments