Blog

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

Laravel Company

Laradock mysqldump not found when executing artisan backup:run (Spatie Laravel Backup)

# Solving `mysqldump not found` in Laradock Backups: A Deep Dive into Docker Dependencies As developers working with modern application stacks,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I host my laravel Project on google firebase

# How to Host Your Laravel Project on Google Firebase: A Decoupled Approach Deploying a full-stack application, especially one involving complex architectures...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create SQL Join Statement in Laravel Controller

# Mastering Database Joins in Laravel: The Controller Approach As a senior developer working with the Laravel ecosystem, you frequently encounter the need to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel HTTP Client Post Response Save File

# Saving External API Responses in Laravel: Debugging the `FileNotFoundException` As senior developers working with external APIs and file storage in Laravel,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - How to replace a string in database

# Laravel: How to Safely Replace Strings in Your Database As a senior developer, I often encounter scenarios where we need to perform mass updates on data...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get back my Laravel Hashed Password?

# How to Handle Hashed Passwords in Laravel: Understanding the One-Way Street As a senior developer working with frameworks like Laravel, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

maatwebsite/excel Laravel file_put_contents(): read of 8192 bytes failed with errno=21 Is a directory

# Decoding the Error: Solving `file_put_contents(): read of 8192 bytes failed with errno=21 Is a directory` with maatwebsite/excel As a senior developer...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to read JSON from api url with laravel 5.5

# How to Read JSON from an API URL with Laravel 5.5 while Maintaining the MVC Format As a senior developer, I often see developers wrestling with this exact...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel String To Lower

Title: Laravel String To Lower: A Comprehensive Guide on Using Str Class and Handling Views Body: In this blog post, we will delve into using Laravel's...

2026-06-29 Stefan Bogdanescu
Laravel Company

Can't upload images to a public directory in laravel

# Mastering Image Uploads in Laravel: Why You Shouldn't Manually Touch the Public Directory As developers working with the Laravel ecosystem, file...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel insert data in multiple rows and in one loop

# Mastering Dynamic Data Insertion in Laravel: Handling Multiple Rows in One Loop As a senior developer working with Laravel, you frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add Array Object and Data to JSON in Laravel

# How to Add Array Objects and Data to JSON in Laravel: A Developer's Guide As developers working with modern frameworks like Laravel, understanding how data...

2026-06-29 Stefan Bogdanescu