Blog

Insights, guides, and best practices from the Laravel Company team.

Laravel Company

Laravel Eloquent - How to query NOT LIKE?

Title: Laravel Eloquent - How to Query NOT LIKE? Body: In this comprehensive blog post, we will explore how to find something that is not like a certain string...

2026-06-29 Stefan Bogdanescu
Laravel Company

What are the specifics for Laravel Query Builder's updateOrInsert function?

# Mastering Upserts in Laravel: The Best Way to Handle `updateOrInsert` Logic As developers working with relational databases in Laravel, we constantly face...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel search engine

# Mastering Search in Laravel: A Deep Dive into Elasticsearch Integration Building a robust REST API with Laravel is an excellent foundation for any mobile...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel scheduler timezone

# Mastering Timezones: Scheduling Tasks Accurately in Laravel As senior developers working with distributed systems, one of the most common hurdles we face is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.3: delete image from storage

# Mastering File Deletion in Laravel: Troubleshooting Image Removal from Storage As a senior developer working with Laravel, managing file storage—especially...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to prevent html encoding(special chars) in laravel?

# How to Prevent HTML Encoding Issues When Returning Data from Laravel to Angular As senior developers working with Laravel, we frequently encounter scenarios...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: Count number of rows in a relationship

# Laravel: Efficiently Counting Rows in Complex Eloquent Relationships As developers working with relational databases through an ORM like Eloquent,...

2026-06-29 Stefan Bogdanescu
Laravel Company

MySQL brew cannot run on macOS Monterey?

# MySQL Brew Fails on macOS Monterey? Troubleshooting Local Development Environment Issues As a senior developer, I’ve seen countless frustrating scenarios...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use Console Kernel in Laravel PHP?

# Mastering the Console Kernel in Laravel: Understanding the Command Line Entry Point As a senior developer working within the Laravel ecosystem, understanding...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel + Vite. Production build redirecting to /build path in url

# Laravel + Vite: Solving the Production Build Redirect Issue As a senior developer working with the Laravel ecosystem, I often see a recurring headache when...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to read excel data in Laravel?

# How to Read Excel Data in Laravel: From Raw Files to Database Records Dealing with file uploads and data parsing in web applications can often be...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to change From Name in Laravel Mail Notification

Title: Simple Guide to Modifying the Sender Name in Laravel Mail Notifications Introduction: Personalized email experiences are essential for effective...

2026-06-29 Stefan Bogdanescu