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
315
315
316
316
- app/Config/Boot/production.php
317
317
- 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.
318
320
- app/Config/Database.php
319
321
- The default value of ``charset `` in ``$default `` has been change to ``utf8mb4 ``.
320
322
- The default value of ``DBCollat `` in ``$default `` has been change to ``utf8mb4_general_ci ``.
@@ -327,6 +329,8 @@ Others
327
329
- app/Config/Kint.php
328
330
- It no longer extends ``BaseConfig `` because enabling
329
331
:ref: `factories-config-caching ` could cause errors.
332
+ - app/Config/Optimize.php
333
+ - Added to handle optimization configuration.
330
334
- app/Config/Security.php
331
335
- The property ``$redirect `` has been changed to ``true `` in ``production ``
332
336
environment.
You can’t perform that action at this time.
0 commit comments