Blog

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

Laravel Company

How can I convert array two dimensional to collection laravel?

# Mastering Data Structure: How to Convert Two-Dimensional Arrays to Laravel Collections As developers working within the Laravel ecosystem, we spend a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Optimizing code with chunk or cursor in laravel

# Optimizing Data Retrieval in Laravel: Mastering Chunking and Cursor for Large Datasets As a senior developer working with large-scale applications, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Intervention Image GD library extension

Title: Troubleshooting Laravel Intervention Image GD Library Extension Errors Introduction: When developing your Laravel application or working on projects...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Open a route in a modal window

# Laravel: How to Open Route Content Inside a Modal Window Using AJAX As developers working with modern web frameworks like Laravel, we often need to bridge...

2026-06-29 Stefan Bogdanescu
Laravel Company

Getting Undefined index: REQUEST_URI - When Run Artisan Commands in Laravel

# Solving the Mystery: Why You Get `Undefined index: REQUEST_URI` When Running Artisan Commands As a senior developer working within the Laravel ecosystem, you...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel filter(remove) null and empty array values from Request

# Mastering Request Data: How to Filter Null and Empty Values in Laravel As developers working with APIs, one of the most common hurdles is dealing with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Docker Container Define user home folder

# Mastering Container Permissions: Defining User Home Folders in Docker As senior developers working with containerized applications, managing file system...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: how to mock a class

# Laravel: How to Mock a Class – Mastering Dependency Injection Testing Are you running into confusion about mocking classes within the context of Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

What is actually model in laravel and where it is used?

# What is Actually a Model in Laravel and Where is It Used? Demystifying Eloquent As a senior developer working with the Laravel ecosystem, you inevitably...

2026-06-29 Stefan Bogdanescu
Laravel Company

Use static variables in Laravel Facades

# Mastering Static Variables in Laravel Facades: A Deep Dive into Service Binding As senior developers working with the Laravel ecosystem, we often deal with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to undefined method Maatwebsite\Excel\Excel::create() in Laravel 5.8

# Resolving the Error: Call to undefined method Maatwebsite\Excel\Excel::create() in Laravel 5.8 As a senior developer working with package ecosystems, I...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to detect client country, locale in laravel 4

# How to Detect Client Country and Locale in Laravel 4: A Developer’s Guide Detecting a client's location or preferred locale is a common requirement for...

2026-06-29 Stefan Bogdanescu