Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1w ago

SEO testing on local

I usually spin up a local test domain with something like ngrok so I can run real audits with Lighthouse or Ahrefs. For backlink benchmarks, I’ve leaned on https://crowdo.net/foundation-package because it gives me a clean baseline of safe links to compare against whatever a client already has. It makes it easier to show before-and-after improvements without guessing.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

2w ago

SEO: Too many crawl requests on livewire endpoint

You can return a 410 from that Livewire endpoint for bots only; Google treats it as “gone” and stops hammering it without throwing that weird Chrome preview error. I’ve also leaned on a Reddit SEO strategy to balance out traffic signals a bit, which helped me keep Google focused on the real pages instead of noisy endpoints. Debugging gets easier once the crawl load drops.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

2w ago

url and SEO

Using a clean path like products/category-shoes usually gives search engines clearer signals than query strings, but Laravel can still keep your CRUD routes tidy with route model binding or a small grouping tweak. I’ve also been leaning on a Quora SEO strategy to strengthen category pages, since it helps search engines connect the dots between structured URLs and user intent.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

3w ago

SEO results with Inertia SSR are low

I’ve leaned on SEO backlink services before when my in-house efforts hit a wall, and it saved me a ton of time. What helped most was getting links from sites with real traffic and solid trust metrics instead of chasing random domains. Having someone handle outreach and quality checks for me let me focus on content instead of babysitting spreadsheets.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

3w ago

How to use proxy IP for connecting with SendGrid smtp?

I’ve had better luck routing SMTP through a local tunnel instead of trying to pass proxy params directly in Laravel. I just set up a local proxy that forwards to SendGrid and point Laravel’s SMTP host to that. I was using an HTTP proxy for API connections from Froxy, and it handled rotation and uptime well enough that the SMTP handshake stopped timing out. Might be worth trying a similar setup if your proxy supports stable tunnels.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1mo ago

Pregunta!

Great approach signed URLs + WhatsApp is super clean. Have you tried adding quick-reply buttons (Confirm / Reschedule) via WhatsApp templates? Also curious how you handle no-shows — do you send a follow-up or auto-reschedule flow?

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1mo ago

Toast question

One thing I’m curious about: have you considered standardizing it via Laravel’s built-in with() pattern? Something like return back()->with('success', '...') and then mapping that to Flux in one place. Makes it easier to reuse across the app and even swap toast libraries later.

Also wondering did you notice any double-trigger issues with livewire:navigated + DOMContentLoaded, or is { once: true } fully reliable in your case?

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1mo ago

Laravel 13 InertiaJS No Tooltip Provider 🪳

Nice catch I ran into the same thing. Do you think it’s intentional (to keep the sidebar lighter by default), or just a missed sync with shadcn updates? Also curious if anyone noticed side effects without TooltipProvider in more complex layouts (nested tooltips, portals, etc.).

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1mo ago

Minecraft on AWS server or another server

AWS charges you as long as the instance is running, so the trick is to spin up a small EC2 box and stop it when your kid’s done playing. I’ve also saved a bit by grabbing cheap game keys on cdkeysforgames.com, which helped keep our little home setup affordable. A t2.small or t3.small usually handles a few friends just fine.

Estinvosh's avatar

Estinvosh wrote a reply+100 XP

1mo ago

Instagram Insight

I’d focus on mixing quick wellness tips, behind-the-scenes moments, and simple client wins, then repeat what gets the most saves and shares. Clear captions with gentle calls to action work great.