Closed jbidad closed 2 days ago
Hey there,
While this may be a legitimate issue, can you first try posting your problem or question on one of the support channels below? If this issue can be definitively identified as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.
Thanks!
Hi Muhammad,
Of course, I've done it. Yes, there is a problem with how to read and check cached data throughout the project, like has
methods. I suggest reviewing my closed PR in detail to find out what I want to say.
@crynobone
Laravel Version
11.x.x
PHP Version
8.3
Database Driver & Version
MySQL 8.0.31
Description
I encountered an issue where the application failed to locate the cached routes file (routes-v7.php) in the bootstrap/cache directory, resulting in an exception. Below is the stack trace of the error:
Steps To Reproduce
php artisan route:cache
.route:cache
) one of the requests detects the cached file has existed but when it wants to userequire
method to included in project cached the mentioned error; b. The second one occurred when using thersync
command to sync CI\CD directory within production one, Like the last scenario, the cache file existence has been passed, but when it wants to userequire
method to include it in the project cached the mentioned error;