Kévin Dunglas

Results 821 comments of Kévin Dunglas

@xvilo merged, it will be in the next release.

There are a workaround for that: not using the worker-mode ~~or setting the max number of requests to handle with the worker mode to 1 (which is very similar to...

As the co-author of the FrankenPHP support for Octane, I'm probably the one to blame! IMHO a docs PR on Octane should to the trick. Or maybe an additional (temporarily)...

Actually the issue occurs only when using Xdebug, maybe could we detect if XDebug is enabled or something like that.

This could be nice to add documentation for this. Docker is a very common setup these days.

@cay89 use SQLite (or a real DB server but it will be slower) and run the migrations before starting Larastan, so the app will boot properly.