Skip to content
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 Caching not possible anymore #75

Closed
Jubeki opened this issue Aug 8, 2023 · 0 comments
Closed

Route Caching not possible anymore #75

Jubeki opened this issue Aug 8, 2023 · 0 comments
Assignees
Labels

Comments

@Jubeki
Copy link
Contributor

Jubeki commented Aug 8, 2023

Folio Version

1.0.0-beta.3

Laravel Version

v10.17.1

PHP Version

8.2.8

Description

On a fresh laravel application with folio installed, it is no longer possible to cache the routes.

The following error occurs.

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 606208 bytes) in vendor/laravel/framework/src/Illuminate/Routing/Route.php on line 1343
PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php on line 480

Steps To Reproduce

laravel new folio-test
cd folio-test
composer require laravel/folio:^1.0@beta
php artisan folio:install
php artisan route:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants