-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
route:cache fails on fresh laravel setup #52779
Labels
Comments
I'm having the exact same issue. Allowing PHP to use infinite memory, the problem arise because the call stack fills up. This is the stacktrace
And this is the error dumped on shell:
The problem occurs from |
crynobone
added a commit
that referenced
this issue
Sep 13, 2024
fixes #52779 Signed-off-by: Mior Muhammad Zaki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Laravel Version
11.23.4
PHP Version
8.3.11
Database Driver & Version
No response
Description
php artisan route:cache
fails on a fresh laravel install with this error:Steps To Reproduce
composer create-project laravel/laravel example-app
php artisan route:cache
The text was updated successfully, but these errors were encountered: