Blog

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

Laravel Company

How to set proxy in Http request in Laravel 7?

# How to Set a Proxy for HTTP Requests in Laravel 7: Bridging DEV and Production Environments As developers, we often encounter situations where code works...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel migration table field's type change

Laravel Migration Table Field's Type Change: A Comprehensive Guide Changing the data type of a table field in Laravel can be an important step towards...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to a member function follow() on integer

# Call to a member function follow() on integer: Debugging Eloquent Relationship Errors As a senior developer working with Laravel, you frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to deploy docker containers to shared hosting

# How to Deploy Docker Containers to Shared Hosting: Bridging the Gap Between Containers and WHM As a developer, leveraging Docker for application deployment...

2026-06-29 Stefan Bogdanescu
Laravel Company

Attempt to read property "title" on null

# Mastering Resource Management in Laravel: A Deep Dive into CRUD Operations and File Handling When developing dynamic web applications with Laravel, managing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Is there a way to check if Laravel schedule is running?

# Is There a Way to Check If Laravel Schedule Is Running? A Developer's Guide When you are maintaining multiple instances of an application, especially those...

2026-06-29 Stefan Bogdanescu
Laravel Company

images not showing using spatie media library in Laravel 8

# Fixing Image Display Issues: Troubleshooting Spatie Media Library in Laravel 8 Dealing with file uploads and media management in any framework can sometimes...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to undefined method League\Flysystem\Filesystem::put()

# Resolving the Flysystem Conflict: Why `put()` Fails After Laravel/Flysystem Upgrades As senior developers, we often encounter these kinds of frustrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel eloquent resources api send status code

# Mastering API Responses: Sending Status Codes with Laravel Eloquent Resources In the world of building robust APIs with Laravel, developers frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Fetching and filtering relations in Laravel Eloquent

# Stop Looping: The Elegant Way to Fetch and Filter Relations in Laravel Eloquent As senior developers working with the Laravel ecosystem, we often encounter a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Validate only letters, numbers and spaces using regex

# Laravel Regex Deep Dive: Validating Only Letters, Numbers, and Spaces As developers, we often rely on Regular Expressions (Regex) to enforce data integrity....

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 method to check is view exists?

# The Laravel Way to Check If a View Exists: A Developer's Guide As developers working within the Laravel ecosystem, we often deal with dynamic view loading. A...

2026-06-29 Stefan Bogdanescu