Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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)...
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...
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...
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...
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...
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...
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...
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...
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...
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...