Blog

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

Laravel Company

Can I group multiple domains in a routing group in Laravel?

# Can I Group Multiple Domains in a Routing Group in Laravel? The Truth About Subdomain Routing As developers working with web applications, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Eager Loading: Use `with` on pivot with eloquent relationship

# Eager Loading: Use `with` on Pivot with Eloquent Relationships As senior developers working with Laravel and Eloquent, optimizing data retrieval is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel and jwt-auth - how to check if the user is logged in

# Laravel and JWT Authentication: How to Reliably Check User Login Status When building modern, stateless applications with Laravel, JSON Web Tokens (JWT)...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Query Builder count from join

# Mastering Counts in Laravel: Querying Joins for Aggregations As developers working with relational databases, one of the most frequent tasks we face is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.6 - Uncaught RuntimeException: A facade root has not been set

# Fixing the Facade Error in Laravel: Understanding Static Methods and Dependency Injection As a senior developer working with the Laravel ecosystem, you've...

2026-06-29 Stefan Bogdanescu
Laravel Company

How does Laravel's migration up and down method work?

# How Does Laravel's Migration Up and Down Method Work? Understanding Database Version Control As developers working with relational databases, managing schema...

2026-06-29 Stefan Bogdanescu
Laravel Company

Select the first 10 rows - Laravel Eloquent

Title: Retrieving and Displaying the First 10 Rows of Table "Listings" Using Laravel Eloquent Body: Displaying a basic set of results from your database tables...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to invalidate all tokens for an user in laravel passport?

# How to Invalidate All Tokens for a User in Laravel Passport As developers working with token-based authentication systems like Laravel Passport, managing the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel PHP Fatal error: require(): Failed opening required ... bootstrap/autoload.php on line 17

# Solving the Dreaded `require(): Failed opening required ... autoload.php` Error in Laravel Deployments Deploying a modern PHP framework like Laravel to a...

2026-06-29 Stefan Bogdanescu
Laravel Company

OpenSSL Error messages: error:14095126 unexpected eof while reading

# Decoding the Dreaded Error: Solving `error:14095126:unexpected eof while reading` in SSL Operations As developers working with network operations, especially...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to link external CSS and Script (assets) in Laravel 5.1 project

# How to Link External CSS and Scripts (Assets) in Laravel 5.1 Projects: A Deep Dive Welcome to the world of Laravel! It’s completely normal to run into...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel + predis + Redis cluster - MOVED / no connection to 127.0.0.1:6379

# Laravel, Redis Cluster, and the Dreaded MOVED Error: A Deep Dive into Predis Configuration As senior developers working with distributed systems, managing...

2026-06-29 Stefan Bogdanescu