回答編集履歴
1
パス記述をDSに変更
answer
CHANGED
@@ -23,5 +23,5 @@
|
|
23
23
|
もしcomposerでインストールした場合はvendorsに入るかと思いますのでこちらをbootstrap.phpに入れてみてください。
|
24
24
|
|
25
25
|
```PHP
|
26
|
-
require ROOT . '
|
26
|
+
require ROOT . DS . 'vendors' . DS . 'autoload.php';
|
27
27
|
```
|