Skip to content

Commit c86c602

Browse files
committed
Added note about --no-scripts.
1 parent 8d7a887 commit c86c602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ The current route is now accessed via `Route::current()` instead of `Route::getC
6161

6262
### Composer Update
6363

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

Comments
 (0)