質問編集履歴

3

文章の修正

2021/06/09 08:34

投稿

ntttt
ntttt

スコア49

test CHANGED
@@ -1 +1 @@
1
- 【Homestead】No input file specified.
1
+ laravelの開発環境のエラー「No input file specified.」【Homestead】
test CHANGED
File without changes

2

書式改善

2021/06/09 08:34

投稿

ntttt
ntttt

スコア49

test CHANGED
File without changes
test CHANGED
@@ -110,6 +110,8 @@
110
110
 
111
111
  上記のサイトを参考にして、Git bashに下記のコマンドを入力してエンターを押すと、写真のような結果になり、エラー内容を確認することができませんでした。
112
112
 
113
+ 「readonly」になり、先に進めなくなりました。
114
+
113
115
  ```ここに言語を入力
114
116
 
115
117
  vagrant@homestead:~$ vim /var/log/nginx/homestead.test-error.log

1

誤字

2021/06/09 08:03

投稿

ntttt
ntttt

スコア49

test CHANGED
File without changes
test CHANGED
@@ -45,46 +45,6 @@
45
45
  databases:
46
46
 
47
47
  - homestead
48
-
49
-
50
-
51
- # ports:
52
-
53
- # - send: 50000
54
-
55
- # to: 5000
56
-
57
- # - send: 7777
58
-
59
- # to: 777
60
-
61
- # protocol: udp
62
-
63
-
64
-
65
- # blackfire:
66
-
67
- # - id: foo
68
-
69
- # token: bar
70
-
71
- # client-id: foo
72
-
73
- # client-token: bar
74
-
75
-
76
-
77
- # zray:
78
-
79
- # If you've already freely registered Z-Ray, you can place the token here.
80
-
81
- # - email: foo@bar.com
82
-
83
- # token: foo
84
-
85
- # Don't forget to ensure that you have 'zray: "true"' for your site.
86
-
87
-
88
48
 
89
49
  ```
90
50