Blog

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

Laravel Company

How to handle date input in Laravel

# The Efficient Way to Handle Date Input in Laravel: Bridging European Formats and Database Standards When building applications, especially those dealing with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel hasMany on json field

# Taming JSON Relationships: How to Use Eloquent `hasMany` with Stored JSON Data As a senior developer working with Laravel, we often encounter scenarios where...

2026-06-29 Stefan Bogdanescu
Laravel Company

Best Practice Laravel gitignore

# Mastering Laravel Gitignore: Best Practices for Asset Management with Gulp As a senior developer working within the Laravel ecosystem, managing version...

2026-06-29 Stefan Bogdanescu
Laravel Company

Undefined functions/methods - Intelephense(1013) - Laravel Homestead + VScode

# Solving Undefined Functions in Laravel Homestead: Fixing Intelephense(1013) Errors Welcome to the world of Laravel development! Setting up a local...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create subdomain in Laravel dynamically?

# How to Create Subdomains in Laravel Dynamically: Bridging Infrastructure and Application Routing As a senior developer, I often see developers wrestle with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel pass array in route

# Mastering Data Transfer: How to Pass Arrays and Parameters Correctly in Laravel Routes Hello developers! As we build complex applications in Laravel, one of...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport: Target [Lcobucci\JWT\Parser] is not instantiable while building [Laravel\Passport\PersonalAccessTokenFactory]

# Debugging Laravel Passport Errors: Why Token Creation Fails with `Lcobucci\JWT\Parser` As developers dive into the robust ecosystem provided by Laravel,...

2026-06-29 Stefan Bogdanescu
Laravel Company

SQLSTATE[42S02]: Base table or view not found: Laravel

# Decoding SQLSTATE[42S02]: Fixing Missing Tables in Your Laravel Application As a senior developer working with the Laravel ecosystem, we spend a significant...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel where 'less than' query not showing expected results

# Laravel Where Clause Mystery: Why Your 'Less Than' Query Isn't Working As a senior developer, I often encounter situations where the code looks logically...

2026-06-29 Stefan Bogdanescu
Laravel Company

Disable eager relations

# Mastering Eloquent Performance: How to Disable Eager Relations When You Need Plain Models As senior developers working with Laravel and Eloquent, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Using number_format method in Laravel

Title: Formatting Currency Values with Laravel's number_format Method in Blade Templates Introduction: As a new developer working with Laravel and Blade...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent: How to select from multiple tables

# Laravel Eloquent: How to Select from Multiple Tables Efficiently As developers working with relational data in Laravel, navigating complex relationships...

2026-06-29 Stefan Bogdanescu