Blog
Thoughts, tutorials, and insights on Laravel, PHP, and web development. I share my knowledge and experiences to help fellow developers.

Using the iOS Simulator on macOS with Laravel Herd
September 18, 2025
Web Development
Tips & Tricks
Herd
macOS
Want to see your Laravel app in action on an iPhone without pulling one out of your pocket? With Herd and the iOS Simulator, you can! Here’s how to get everything running smoothly on macOS.

Auto-Generate Branded Social Share Images in Laravel
April 25, 2025
4 min read
Tips & Tricks
Laravel
PHP
Auto-generate beautiful, branded social share images in Laravel using Intervention Image—no manual work needed. Boost engagement with pro visuals on X, LinkedIn, and more!

Avoiding Duplicate Key Errors in PostgreSQL
April 15, 2025
5 min read
Tips & Tricks
Postgres
SQL
Databases
Running into duplicate key errors after a PostgreSQL import? It’s likely your sequences are out of sync. Learn how to fix this common migration issue and keep your app running smoothly.