File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,8 @@ Others
315315
316316- app/Config/Boot/production.php
317317 - The default error level to ``error_reporting() `` has been changed to ``E_ALL & ~E_DEPRECATED ``.
318+ - app/Config/Cors.php
319+ - Added to handle CORS configuration.
318320- app/Config/Database.php
319321 - The default value of ``charset `` in ``$default `` has been change to ``utf8mb4 ``.
320322 - The default value of ``DBCollat `` in ``$default `` has been change to ``utf8mb4_general_ci ``.
@@ -327,6 +329,8 @@ Others
327329- app/Config/Kint.php
328330 - It no longer extends ``BaseConfig `` because enabling
329331 :ref: `factories-config-caching ` could cause errors.
332+ - app/Config/Optimize.php
333+ - Added to handle optimization configuration.
330334- app/Config/Security.php
331335 - The property ``$redirect `` has been changed to ``true `` in ``production ``
332336 environment.
You can’t perform that action at this time.
0 commit comments