Dr. Adam Nielsen·May 17How to build multilingual apps in LaravelLaravel ships excellent primitives for translations and locale-aware formatting. The localization docs cover translation files, date…
Dr. Adam Nielsen·Jun 17, 2025How I Handled Multiple Auth Guards and Redirects in LaravelWhen working on a Laravel app with distinct user types, I wanted to:
Dr. Adam Nielsen·Jun 11, 2025Inertia.js: When Does the Page or Form Reload?A practical guide to how Inertia.js handles form submissions, page transitions, and local state — and why it behaves the way it does.
Dr. Adam Nielsen·Mar 26, 2025Escaping HostEurope: My No-Downtime Mail and Domain Migration to Ionos & PorkbunI was for over 15 yeas a customer at HostEurope. Over the years, I collected 20 domains, 100 email accounts, web hosting packages, and a…
Dr. Adam Nielsen·Mar 24, 2025🛠️ Laravel Multi-Guard Pitfall: Auth::user() Returns the Wrong User – Here’s Why and How to Fix ItWhen using multiple guards in Laravel — like web, admin, or api—you might run into a subtle but frustrating issue: Auth::user() suddenly…
Dr. Adam Nielsen·Mar 20, 2025Fixing Missing Names in Laravel Mail::to() When Using Firstname & LastnameBy default, Laravel’s users table includes a single name column, which typically stores the full name. However, many developers prefer to…
Dr. Adam Nielsen·Mar 6, 2025Vue 3: Stop Using ref and watch for Props – Use computed Instead!If you’re working with Vue 3 and often create local copies of props using ref(), then manually sync changes with watch() and emit updates…
Dr. Adam Nielsen·Feb 13, 2025Drag & Drop a Signature on a PDF Using Laravel, FPDF, Vue & Fabric.jsHow to let users position a signature on a PDF and generate a properly aligned output in Laravel.
Dr. Adam Nielsen·Feb 4, 2025Laravel Best Practices: When a JSON Column Makes More SenseImagine you’re building a user profile system, and users can customize two things:
Dr. Adam Nielsen·Jan 29, 2025Google Maps API Free Tier Cut by 65%As of March 1, 2025, Google is changing its free tier system for Maps API usage. Previously, users received $200 in free monthly credit…