Articles

Defending Against npm Supply Chain Attacks
A routine npm install or npm update is now enough to get compromised. Here's why these attacks keep landing, why a developer machine is the worst place to take the hit, and the pnpm + Socket Firewall setup we run to cut the odds.](/content/blog/defending-against-npm-supply-chain-attacks/index.html)

Deliver Your Content and Business Context Directly into ChatGPT & Claude
When users paste your content into an LLM, your brand and context vanish with it. Here's a one-click button for ChatGPT, Claude, and more that hands the model your post, your domain, and your key message — and keeps them in the conversation.](/content/blog/summarize-with-ai-blog-widget/index.html)

How Laravel's Scheduler Locking Actually Works (and the Default You Want for Multi-Server Setups)
Laravel's scheduler ships two protections that look like they might do the same: onOneServer() and withoutOverlapping(). They don't. Here's what each one actually locks, why multi-server setups need both, and the default we run on every minute-frequency task.](/content/blog/how-laravel-scheduler-locking-actually-works/index.html)

Why Inertia Breaks Across Multiple Servers
Deploying a Laravel + Inertia app with Envoyer to multiple servers behind a load balancer? If each server runs its own build, you'll hit 404s and Inertia 409s. Here's the fix we use.](/content/blog/why-inertia-breaks-across-multiple-servers/index.html)

Laravel Authentication with AWS Cognito
A complete guide to integrating AWS Cognito with Laravel 13 and Fortify, covering registration, email confirmation, login, password reset, password change, and account deletion, all wired up with Inertia and React.](/content/blog/laravel-authentication-with-aws-cognito/index.html)

How to Disable User Registration in Laravel
Disabling registration in Laravel used to be a one-liner. With Fortify, Wayfinder, and Nova in the mix, things have changed — here's the modern playbook.](/content/blog/how-to-disable-user-registration-in-laravel/index.html)

Laravel SEO Rewrite
How to create SEO Rewrites in your Laravel Application. Take a look at this neat package that solves the problem for you. The Google ranking will love you once again.](/content/blog/laravel-seo-rewrite/index.html)

APIs The Eloquent Way
Access third-party APIs the way you access a database — with an Eloquent-style interface for Laravel.](/content/blog/apis-the-eloquent-way/index.html)