server
server copied to clipboard
support for laravel LTS?
Hey guys, im currently working on a small L6 application, to replace an old PHP app which uses jsonrpc... in order to add backward compatibility I would like to use your lib, but it requires L8 or at least L7... just seeing on the Laravel release notes page, seems to me like the guaranteed support for L6 is longer, so I would prefer to keep the version... its possible to set the requirements of this project less rectrictive? or could you tell me which components are using L7/8 features exclusively? ...then I could create a fork and maybe make a PR here
Hi, I have no plans to release laravel 6 support. If the code is not very different, then downgrading is completely possible.
But I also think it won't be difficult to add it because only dispatchAfterResponse
is specific.
thx mate, i've forked the project and after tiny adaptions seems to be working fine...