laravel-dynamic-rendering icon indicating copy to clipboard operation
laravel-dynamic-rendering copied to clipboard

🤩A straightforward solution to the SEO issue for JS powered websites

Results 4 laravel-dynamic-rendering issues
Sort by recently updated
recently updated
newest added

Hello Really Great work with this library for dynamic rendering. We use it for our project since years. We try to update laravel to version 9. Therefore this library is...

coderello/laravel-dynamic-rendering 2.1.0 requires guzzlehttp/guzzle ^6.4 -> found guzzlehttp/guzzle[6.4.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).

While listening to rendertron, all the urls are sent with a "q" parameter, like in this example. Listening on port 3000 GET /render/https://mydomain.com/foo/bar/?q=%foo%bar 200 1,975ms 17.83kb Also If I do...

While using rendertron, I do a simple "curl -L URL" and the problem is that it renders the js content only sometimes (2 of 5 tries). This has anything to...