Support the ongoing development of Laravel.io →
posted 6 years ago
Last updated 1 year ago.
0

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?

0

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.

0

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.

0

Can you please share the code? There could be multiple reasons for this error.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

jerauf jerauf Joined 16 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.