質問編集履歴
1
xamppのphpフォルダーのphp.ini追加内容になります。どうぞよろしくお願いいたします。
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,16 @@
|
|
10
10
|
|
11
11
|
ERROR The Symfony\Component\Intl\Locale\Locale::parseLocale() is not implemented. Please install the "intl" extension for full localization capabilities.
|
12
12
|
|
13
|
+
```ここに言語を入力
|
14
|
+
コード
|
15
|
+
[intl]
|
16
|
+
;intl.default_locale =
|
17
|
+
; This directive allows you to produce PHP errors when some error
|
18
|
+
; happens within intl functions. The value is the level of the error produced.
|
19
|
+
; Default is 0, which does not produce any errors.
|
20
|
+
;intl.error_level = E_WARNING
|
21
|
+
;intl.use_exceptions = 0
|
22
|
+
|
13
23
|
### 試したこと
|
14
24
|
|
15
25
|
ネットでいくらググっても手順が分かりません。
|