Blog

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

Laravel Company

Carbon now time wrong

# Carbon Timezone Confusion: Understanding `Carbon::now()` and Local Time Discrepancies As a senior developer working with date and time manipulation, I often...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to validate that a field must be true if another field is false

# Mastering Conditional Validation in Laravel: How to Validate Dependencies Between Fields As developers working with web applications, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: How to Get Current Route Name? (v5 ... v7)

Title: Laravel: How to Get Current Route Name? (v5...v7) As a senior developer and technical blogger, understanding how to obtain the current route name in...

2026-06-29 Stefan Bogdanescu
Laravel Company

OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

Title: Understanding and Resolving OpenSSL Error Issues During Composer Installation Introduction OpenSSL errors can be frustrating for developers using PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel queues getting "killed"

# Laravel Queues Getting "Killed": Understanding Memory Limits and Resource Management As a senior developer working with background processing systems,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Livewire wire:model on Select Option not working properly

# Livewire Wire:model on Select Option Not Working Properly – Solving the Default Value Dilemma As a senior developer working with Livewire, we often encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 6-7 How Can I Override/Change a Vendor Class?

# Laravel Overriding: The Right Way to Customize Framework Behavior in Modern Applications When working with large frameworks like Laravel, developers often...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel url validation umlauts

# Laravel URL Validation with Umlauts: Handling Unicode in Domain Names As developers working within the Laravel ecosystem, we often rely on built-in...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Model Error Handling when Creating

# Laravel Model Error Handling when Creating: Managing Duplicate Entries Gracefully As developers working with relational databases through Eloquent, managing...

2026-06-29 Stefan Bogdanescu
Laravel Company

File not found at path in laravel 7x

# Solving the "File Not Found" Error: Accessing Files in Laravel Storage As a senior developer working with the Laravel ecosystem, you will inevitably...

2026-06-29 Stefan Bogdanescu
Laravel Company

(!) Some chunks are larger than 500 KiB after minification

# Taming the Beast: Why Your Build is Warning You About Large JavaScript Chunks As developers, we constantly strive for efficiency—whether that means...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel sum eloquent collection

# How to Sum Data in an Eager Loaded Eloquent Collection As senior developers, we often deal with scenarios where performance and data retrieval efficiency are...

2026-06-29 Stefan Bogdanescu