FYI: I've updated your thread title because it was quite long.
About your issue: I'm not really sure what's going on. Are you running the app on your local machine or on a virtual instance like Vagrant?
No. It's on a server. This just started happening. It was fine on the 4th and this happened on the 5th.
Thanks for updating the title.
The reason the timezone differs might be due to system timezone being different from your own. If you're running Ubuntu you can run cat /etc/timezone
to check what Timezone your server is set to.
As for the Route not found: sounds like your facades aren't being loaded properly. Could you perhaps share the code of forwarded.php
?
Btw, I'd really suggest you to just require
all of your files individual instead of using File::allFiles
to loop over them. Unless you have route caching enabled your all will do this process each time a request is sent to it and this might be costly.
Can you please share the code? There could be multiple reasons for this error.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community