laravel / folio

Page based routing for Laravel.
MIT License
568 stars 46 forks source link

[1.x] Fixes `route:cache` command #76

Closed nunomaduro closed 1 year ago

nunomaduro commented 1 year ago

This pull request addresses https://github.com/laravel/folio/issues/75, and it fixes the route:cache command, that previously was giving a "segmentation fault" error while trying to serialize the application's instance.

After being merged, we should release Beta 4 of Folio - with this hotfix.