File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ Helpers and Functions
116
116
Others
117
117
======
118
118
119
+ - **Autoloader: ** Autoloading performance when using Composer has been improved;
120
+ changing the ``autoload.psr4 `` setting in **composer.json ** may also improve
121
+ the performance of your app. See :ref: `autoloader-composer-support-improve-performance `.
122
+
119
123
Message Changes
120
124
***************
121
125
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Improve Performance
117
117
118
118
.. versionadded :: 4.5.0
119
119
120
- When you use Composer, you could improve the performance of autoloading with
120
+ When you use Composer, you may improve the performance of autoloading with
121
121
Composer's classmap dump.
122
122
123
123
Add your ``App `` namespace in your **composer.json **, and run ``composer dump-autoload ``.
You can’t perform that action at this time.
0 commit comments