Blog

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

Laravel Company

Call to undefined function asset() in Laravel project

# Solving the Mystery: Call to undefined function asset() in Laravel Projects As a senior developer working within the Laravel ecosystem, you’ve encountered...

2026-06-29 Stefan Bogdanescu
Laravel Company

Search Value in Laravel Collection

# Mastering Substring Search in Laravel Collections: Beyond Exact Matches As developers working with data, one of the most common requirements is searching for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call route from button click laravel

Title: Calling Routes from Button Clicks in Laravel Introduction In this blog post, we will discuss how to call a route in Laravel when a button on a view is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Guzzle : curl error 77 error setting certificate verify locations

# Laravel Guzzle: Solving the Persistent `curl error 77` Certificate Verification Nightmare As senior developers working within the robust ecosystem of...

2026-06-29 Stefan Bogdanescu
Laravel Company

In Laravel, how to redirect to target page after being intercepted to Login

# Redirecting After Login in Laravel: Saving the Original Destination As a fellow developer navigating the complexities of maintaining existing applications, I...

2026-06-29 Stefan Bogdanescu
Laravel Company

Force Laravel to use HTTPS version

# Force Laravel to Use HTTPS: Solving Your SSL Headache Setting up a secure website with HTTPS is non-negotiable in modern web development. However, as you’ve...

2026-06-29 Stefan Bogdanescu
Laravel Company

Hash::make not working in laravel 5.0 Controller

# Debugging Hash::make(): Why Password Hashing Fails in Your Laravel Controller Welcome to the world of Laravel! As you dive into building web applications,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to remove an item from session array in laravel

# Mastering Session Arrays in Laravel: How to Remove Items Correctly As a senior developer working with the Laravel ecosystem, we frequently deal with session...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent::Find() returning NULL with an existing ID

# The Eloquent Paradox: Why `find()` Returns NULL When Data Exists As senior developers working with Laravel, we often rely on Eloquent to bring database data...

2026-06-29 Stefan Bogdanescu
Laravel Company

Search bar in Laravel 5.3 to filter the table

# Mastering Dynamic Table Filtering in Laravel: A Guide to Search Bar Implementation As a senior developer, I often see developers grapple with the common task...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to write this (left join, subquery ) in Laravel 5.1?

# How to Write Complex Joins and Subqueries in Laravel 5.1 for Pagination Dealing with complex relational data, especially when aggregation (like `SUM` or...

2026-06-29 Stefan Bogdanescu
Laravel Company

Homebrew PHP appears not to be linked. - Valet

# Homebrew PHP Appears Not to Be Linked: A Developer's Guide to Fixing Valet Environment Errors As developers building local environments, we often encounter...

2026-06-29 Stefan Bogdanescu