Blog

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

Laravel Company

counting the amount of rows returned with a query in laravel

Title: Counting the Amount of Rows Returned With a Query in Laravel Body: While working on your website, you may encounter the need to count the number of rows...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I connect Laravel 7 to Microsoft SQL Server?

Title: Simplifying Laravel 7's Microsoft SQL Server Configuration Process Introduction: Connecting your Laravel application to a Microsoft SQL Server can be an...

2026-06-29 Stefan Bogdanescu
Laravel Company

why i am getting No query results for model in laravel?

Title: Solving "No query results for model [App\City]" Issue in Laravel When Searching by Unknown City Names Introduction: In your Laravel application, when...

2026-06-29 Stefan Bogdanescu
Laravel Company

Connection to tcp://smtp.mail.yahoo.com:465 Timed Out

Title: Troubleshooting Connection Timeouts for TCP SMTP Yahoo Mail Server Connections in Laravel Applications Introduction Connection timeouts are frustrating...

2026-06-29 Stefan Bogdanescu
Laravel Company

Attempt to read property "name" on array (View: C:\xampp\htdocs\Testing\resources\views\product.blade.php)

Title: Understanding and Resolving "Attempt to read property 'name' on array" Error in Laravel Body: As a beginner in Laravel development, you might encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to validate Route Parameters in Laravel 5?

Title: Efficiently Validating Route Parameters in Laravel 5 Applications Body: As a developer working with Laravel 5, you might have encountered situations...

2026-06-29 Stefan Bogdanescu
Laravel Company

Select multiple column form database in Laravel

Title: Efficiently Select Multiple Columns from a Database in Laravel Introduction: In the world of web development, efficient database interactions are...

2026-06-29 Stefan Bogdanescu
Laravel Company

Why soft deleted entities appear in query results?

Title: Understanding Soft Deleted Entities and Their Appearance in Query Results The "soft delete" concept is an important feature in modern software...

2026-06-29 Stefan Bogdanescu
Laravel Company

add get parameter to laravel's redirect method

Title: Adding GET Parameters to Laravel's Redirect Method In this comprehensive blog post, we will address the issue of passing a GET parameter when performing...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to compare two Carbon Timestamps?

Title: Comparing Carbon Timestamps: Correcting Issues and Applying Best Practices for Laravel Developers Introduction Working with timestamps in PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

App::abort(404) equivalent for Laravel 5?

Title: Handling 404 Errors in Laravel 5: An In-Depth Look Introduction: In the world of Laravel applications, handling 404 errors when a requested URL doesn't...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Gmail not working, "Username and Password not accepted. Learn more..."

Title: Troubleshooting Laravel Gmail Email Issues: Examining Possible Causes and Solutions Body: When trying to send an email through your Laravel website, it...

2026-06-29 Stefan Bogdanescu