Closed sandermenke closed 11 months ago
This PR sets the $stay parameter to true to prevent Utils.php redirecting with exit();
setRequest based on https://gist.github.com/haught/09f48e172ec347787b542eb03e23bd5f
This will enable the package to work with Laravel Octane (swoole)
I'll consider Octane support in 3.x. Your PR introduces a lot of changes that need to be tested properly.
This PR sets the $stay parameter to true to prevent Utils.php redirecting with exit();
setRequest based on https://gist.github.com/haught/09f48e172ec347787b542eb03e23bd5f
This will enable the package to work with Laravel Octane (swoole)