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
