routes/web.php works locally but not on server #5978
Answered
by
duncanmcclean
eliasu
asked this question in
Troubleshooting
-
Hi there, I'm trying to implement a autogenerated sitemap on my page. Everything works fine locally, but as soon as I upload everything, it won't show the sitemap. I found that the routes within Route::get('foo', function () { return 'foo'; }); … and even this is not working. Any Ideas on that? Could it be something with the PHP Version? |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
May 3, 2022
Replies: 1 comment 2 replies
-
Have you tried clearing your route cache?
PHP version shouldn't make any difference. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
eliasu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried clearing your route cache?
PHP version shouldn't make any difference.