Blog

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

Laravel Company

Laravel concat in query (where condition)

Title: Laravel Concat in Query (Where Condition) Introduction: As a new Laravel user, you may encounter issues with certain query conditions where you need to...

2026-06-29 Stefan Bogdanescu
Laravel Company

"Reply-to" field in Laravel mail is not working

Title: "Fixing 'Reply-to' Issues in Laravel Mail Configuration" Body: Laravel provides a powerful mailing system to facilitate communication between your...

2026-06-29 Stefan Bogdanescu
Laravel Company

Authenticate users from more than two tables in laravel 5

Title: Tackling Multiple User Authentication Sources in Laravel 5: A Comprehensive Guide Body: In many web applications, the need for multiple tables...

2026-06-29 Stefan Bogdanescu
Laravel Company

Has one through Laravel Eloquent

Title: Using Laravel Eloquent's hasManyThrough Relationship for Complex Database Models Body: In web development projects, frequently, we need to handle...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call Laravel model by string

Title: Calling Laravel Models Using String Notation: A Comprehensive Guide for Developers Introduction: In this blog post, we will explore how to call a...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel in_array validation rule

Title: Efficiently Validating Array Membership with Laravel's in_array Rule Body: Laravel is an incredibly powerful PHP framework that provides developers with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Parse error: syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF)

Title: Resolving the Parse Error: Syntax Error Unexpected End of File Issue in Laravel Blade Files Introduction Your Laravel application has given you an error...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel How to display $hidden attribute on model on paginate

Title: Discovering Advanced Methods for Displaying Hidden Attributes on Paginated Models in Laravel Introduction: Managing sensitive data in your application...

2026-06-29 Stefan Bogdanescu
Laravel Company

Change php.ini setting in laravel

Title: Efficiently Changing PHP.ini Settings for Better Laravel File Upload Experiences Introduction: Changing PHP.ini settings is crucial to ensuring your...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Return multiple values within one method

Title: Laravel - Return Multiple Values within One Method Introduction In Laravel, it is common to have multiple methods that perform similar tasks, leading...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to select from subquery using Laravel Query Builder?

Title: Mastering Subqueries with Laravel Query Builder - A Comprehensive Guide Introduction ----------------------------------- Subqueries are a powerful...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create a mysql db with Laravel

Title: Efficiently Creating MySQL DBS with Laravel: A Step-by-Step Guide Body: In this blog post, we will delve into the process of seamlessly integrating your...

2026-06-29 Stefan Bogdanescu