質問編集履歴

1

誤字の修正

2022/04/22 14:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
  Route::get('hello', function() {
35
35
  return view('hello.index');
36
36
  });
37
- /* ↓これは2つにするとOKだった
37
+ /* ↓こ2つOKだった
38
38
  Route::get('hello', function() {
39
39
  return "sample text";
40
40
  });
@@ -46,7 +46,7 @@
46
46
  ```
47
47
  ```php
48
48
  /*
49
- * laravelapp/resources/views/index.php
49
+ * laravelapp/resources/views/hello/index.php
50
50
  */
51
51
  <html>
52
52
  <head>