Blog

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

Laravel Company

Can Laravel ignore further validation rules if you use exclude_if and it is TRUE?

# Can Laravel Ignore Further Validation Rules with `exclude_if`? A Deep Dive into Conditional Validation As developers working with complex forms and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Use custom soft deleted column in laravel

# Custom Soft Deleting in Laravel: Using a Custom Column for Model Deletion As senior developers, we often encounter situations where the default framework...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Excel is converting dates from heading into some numbers

# Fixing Date Misinterpretation in Laravel Excel: Turning Serial Numbers into Real Dates As a senior developer working with data manipulation in the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

405 (Method Not Allowed) Laravel

# Solving the 405 Method Not Allowed Error in Laravel AJAX Deletions As senior developers, we often run into frustrating roadblocks when integrating frontend...

2026-06-29 Stefan Bogdanescu
Laravel Company

PHP Fatal error: Class 'SoapClient' not found in laravel 5.4

# PHP Fatal Error: Class 'SoapClient' Not Found in Laravel 5.4 Scheduler Jobs Dealing with environment-specific errors, especially when code works under one...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get Specific Columns Using “With()” Function in Laravel Eloquent

Title: Get Specific Columns Using “With()” Function in Laravel Eloquent Introduction: In this blog post, we will explore how to use the powerful `with()`...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent get results grouped by days

Title: Efficiently Grouping Laravel Page Views by Day Using Eloquent Introduction: In this article, we will explore how to effectively group page views in...

2026-06-29 Stefan Bogdanescu
Laravel Company

What does "bindings" middleware do in Laravel 5.6?

# Unraveling the Mystery: What Does the `bindings` Middleware Do in Laravel 5.6? As a senior developer working with the Laravel ecosystem, we often dive deep...

2026-06-29 Stefan Bogdanescu
Laravel Company

INSERT IGNORE using Laravel's Fluent

# INSERT IGNORE with Laravel's Fluent: A Developer's Guide Is there a quick way to modify a SQL query generated by Laravel's Fluent to use an `INSERT IGNORE`...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to force laravel to wait until the end job?

# How to Force Laravel to Wait Until the End of a Queue Job: Understanding Asynchronous Patterns As a senior developer working with modern web frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to access laravel flash data/message in ajax?

# How to Access Laravel Flash Data in AJAX Requests Without Reloading As developers working with modern web applications, one of the most common requirements...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Mix: Update a Node.js dependency

# Laravel Mix Dependency Nightmare: Fixing Node.js Conflicts for Webpack Builds As developers working within the Laravel ecosystem, we often rely on tools like...

2026-06-29 Stefan Bogdanescu