質問編集履歴
2
エラー文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
```
|
34
34
|
|
35
|
-
config.vm.synced_folder "../
|
35
|
+
config.vm.synced_folder "../sample_app", "/var/www/html/laravel_app",
|
36
36
|
|
37
37
|
:mount_options => ["dmode=777,fmode=777"]
|
38
38
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
```
|
58
58
|
|
59
|
-
default: /var/www/html/
|
59
|
+
default: /var/www/html/laravel_app => /Users/〇〇/Desktop/SampleVagrant/sample_app
|
60
60
|
|
61
61
|
```
|
62
62
|
|
@@ -94,21 +94,37 @@
|
|
94
94
|
|
95
95
|
```
|
96
96
|
|
97
|
+
Creating a "laravel/laravel" project at "./laravel_app"
|
98
|
+
|
99
|
+
Installing laravel/laravel (v8.5.17)
|
100
|
+
|
101
|
+
- Installing laravel/laravel (v8.5.17): Extracting archive
|
102
|
+
|
97
103
|
Install of laravel/laravel failed
|
98
104
|
|
99
105
|
|
100
106
|
|
101
|
-
|
107
|
+
|
102
108
|
|
103
|
-
[RuntimeException]
|
109
|
+
[RuntimeException]
|
104
110
|
|
105
|
-
Could not delete /var/www/html/
|
111
|
+
Could not delete /var/www/html/laravel_app:
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package>] [<directory>] [<version>]
|
106
118
|
|
107
119
|
```
|
108
120
|
|
109
121
|
|
110
122
|
|
111
123
|
と弾かれる。
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
よってsample_app(ホスト側)とlaravel_app(ゲスト側)のファイル同期ができない。
|
112
128
|
|
113
129
|
|
114
130
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
|
110
110
|
|
111
|
-
と弾かれ
|
111
|
+
と弾かれる。
|
112
112
|
|
113
113
|
|
114
114
|
|