Windowsで動作するのに、Linuxにあげると動作しない
・原因は、ファイル名とクラス名が大文字と小文字が違う事が原因でした。
 ファイル名:AbcdEfg.php
 クラス名:abcdEfg.php

トップページにアクセスするとエラー
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException
the get method is not supported for route /. supported methods: head.
次のコマンドで直った
 php artisan route:clear

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です