質問編集履歴
1
実行環境を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,6 +11,35 @@
|
|
11
11
|
'state' => 'CA'
|
12
12
|
]);
|
13
13
|
```
|
14
|
+
|
15
|
+
### 追記-実行環境です
|
16
|
+
|
17
|
+
```
|
18
|
+
$ php -v
|
19
|
+
PHP 7.2.23 (cli) (built: Sep 25 2019 07:38:48) ( NTS )
|
20
|
+
Copyright (c) 1997-2018 The PHP Group
|
21
|
+
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
|
22
|
+
|
23
|
+
$ rpm -qa | grep php
|
24
|
+
php72-runtime-2.0-1.el7.remi.x86_64
|
25
|
+
php72-php-7.2.23-1.el7.remi.x86_64
|
26
|
+
php-cli-7.2.23-1.el7.remi.x86_64
|
27
|
+
php-gd-7.2.23-1.el7.remi.x86_64
|
28
|
+
php72-php-json-7.2.23-1.el7.remi.x86_64
|
29
|
+
php72-php-cli-7.2.23-1.el7.remi.x86_64
|
30
|
+
php72-2.0-1.el7.remi.x86_64
|
31
|
+
php-json-7.2.23-1.el7.remi.x86_64
|
32
|
+
php-7.2.23-1.el7.remi.x86_64
|
33
|
+
php-mbstring-7.2.23-1.el7.remi.x86_64
|
34
|
+
php-xml-7.2.23-1.el7.remi.x86_64
|
35
|
+
php-pdo-7.2.23-1.el7.remi.x86_64
|
36
|
+
php-pecl-zip-1.15.5-1.el7.remi.7.2.x86_64
|
37
|
+
php72-php-common-7.2.23-1.el7.remi.x86_64
|
38
|
+
php-common-7.2.23-1.el7.remi.x86_64
|
39
|
+
php-devel-7.2.23-1.el7.remi.x86_64
|
40
|
+
php-pecl-mcrypt-1.0.3-1.el7.remi.7.2.x86_64
|
41
|
+
|
42
|
+
```
|
14
43
|
POSTMANで確認したところ、Content-Type textで返却されました。
|
15
44
|
|
16
45
|
### 試したこと
|