質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
```ssh
|
23
23
|
PHP Warning: require_once(/home/users/1/***************/web/myLaravelApp/bootstrap/app.php): failed to open stream: No such file or directory in /home/users/1/***************/web/myLaravelApp/artisan on line 20
|
24
|
-
PHP Fatal error: require_once(): Failed opening required '/home/users/1/
|
24
|
+
PHP Fatal error: require_once(): Failed opening required '/home/users/1/***************/web/myLaravelApp/bootstrap/app.php' (include_path='.:/usr/local/php/7.4/lib/php') in /home/users/1/***************/web/myLaravelApp/artisan on line 20
|
25
25
|
```
|
26
26
|
|
27
27
|
migrationが実行できない問題以前に、サイトが403なのも気になりますが、
|