ElvisCaballero
ElvisCaballero
Hello @MattPurland ! Great work! Would it make sense to add ability to change SSR server host, as inside of docker container current host doesn't work. Also maybe option to...
Hello! Awesome work on PR! I have need for SSR in my page. Whats up with this are there plans to merge it?
It does not require any rest routes. Initially I did solution with admin-ajax, but in rest we get native WP `$request->get_params();` function which is a lot nicer then `file_get_contents('php://input')`. >...
>You're probably right in regards to the official Laravel adapter. It has far more features and niceties built in. Plus, it sits on top of Laravel, which is also powerful....