Blog

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

Laravel Company

Use carbon on Views laravel

# Mastering Date Formatting in Laravel Views: The Correct Way to Use Carbon As a senior developer working within the Laravel ecosystem, one of the most common...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 new auth: Get current user and how to implement roles?

# Laravel 5 Auth Deep Dive: Getting the User and Implementing Roles As developers move through different versions of a framework like Laravel, understanding...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel eloquent get relation count

Title: Efficiently Retrieving Category Counts with Laravel Eloquent Relations Introduction: Laravel provides an extensive ecosystem of tools and libraries for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Connection refused when running Laravel artisan command with Docker

# Connection Refused When Running Laravel Artisan Commands with Docker: A Senior Developer's Guide Running modern applications within Docker containers is a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Lock wait timeout exceeded

# Taming the Beast: Solving `Lock wait timeout exceeded` in Laravel Transactions As senior developers working with relational databases, we all know that...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Models Folder

# Mastering Model Placement in Laravel: Beyond the Default `app/Models` Convention As a senior developer working with Laravel, managing the structure of your...

2026-06-29 Stefan Bogdanescu
Laravel Company

undefined type Auth

# Decoding "Undefined Type Auth": Mastering Laravel Authentication Facades As senior developers working with the Laravel ecosystem, we frequently encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 4 Query Builder: LEFT JOIN ... AND ... query

# Mastering Complex Joins in Laravel: The LEFT JOIN with AND Condition As a senior developer, I often find that the most complex data retrieval...

2026-06-29 Stefan Bogdanescu
Laravel Company

Inserting Date Value into Date Field using Laravel

# Mastering Date Insertion in Laravel: Solving the HTML Input Discrepancy As a senior developer, I frequently encounter subtle bugs related to data...

2026-06-29 Stefan Bogdanescu
Laravel Company

error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

# Decoding `OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054` During Vagrant Operations As senior developers, we often find ourselves wrestling with cryptic...

2026-06-29 Stefan Bogdanescu
Laravel Company

Updating laravel relationship data

# Mastering Nested Updates in Laravel: The Eloquent Relationship Dilemma When working with relational data in an application built on Laravel and Eloquent,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Unable to send SMTP mails using office365 settings

Title: Troubleshooting SMTP Mail Issues with Office 365 for Laravel Developers Introduction: Laravel is a popular PHP framework that makes web application...

2026-06-29 Stefan Bogdanescu