Blog

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

Laravel Company

Check if a class is a Model in Laravel 5

# Solving the Mystery: Checking for Laravel Models in Dynamic Class Names As senior developers working within the Laravel ecosystem, we often deal with dynamic...

2026-06-29 Stefan Bogdanescu
Laravel Company

Homestead and NGINX error: emerg] invalid number of arguments in "proxy_set_header"

# Troubleshooting NGINX Proxy Errors: Solving the "invalid number of arguments" Headache As developers working with modern web stacks, setting up reverse...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel timestamps to show milliseconds

# Laravel Timestamps with Millisecond Precision: Solving the Database Limitation As developers working with databases, we often encounter friction points where...

2026-06-29 Stefan Bogdanescu
Laravel Company

Swift_TransportException error in laravel

# Resolving the `Swift_TransportException` in Laravel Email Sending: A Deep Dive into SMTP Handshakes As a senior developer working with frameworks like...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I integrate Keycloak SSO with Php application?

# How Can I Integrate Keycloak SSO with a PHP Application? A Developer's Guide Integrating Single Sign-On (SSO) using an identity provider like Keycloak is a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Guzzle returns stream empty body instead of json body

# Decoding Guzzle Responses: Why You Get an Empty Stream Instead of JSON Data As developers working with HTTP clients like Guzzle, we often encounter subtle...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to implement Remember me in Laravel 8?

# How to Implement "Remember Me" in Laravel 8: Mastering Session Persistence Implementing a "Remember Me" feature is a common requirement for improving user...

2026-06-29 Stefan Bogdanescu
Laravel Company

return rows in laravel that are not empty

# Filtering Empty Rows in Laravel: Ensuring Clean Data for Your Select Boxes As a senior developer working with the Laravel ecosystem, you frequently deal with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get a value from within an array of object in Laravel

# Get a Value from Within an Array of Objects in Laravel: A Developer's Guide Welcome to the world of Laravel! It’s completely normal to feel overwhelmed...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Eloquent "Has", "With", "WhereHas" - What do they mean?

Title: Clarifying Laravel Eloquent Relationship Methods: Understanding "Has", "With" and "WhereHas" Introduction Laravel is an incredibly powerful PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Inner Join?

Title: Understanding Laravel Inner Joins for Seamless Database Integration In this article, we'll delve into the world of Laravel inner joins and how they help...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Queue Failed Jobs

# Mastering Laravel Queue Failures: Accessing Data from Failed Jobs Reliably Dealing with failed jobs in a queue system is a common hurdle for developers. When...

2026-06-29 Stefan Bogdanescu