Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
undefined type Auth
# Decoding "Undefined Type Auth": Mastering Laravel Authentication Facades As senior developers working with the Laravel ecosystem, we frequently encounter...
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...
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...
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...
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,...
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...