Blog

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

Laravel Company

How to create a Custom Auth Guard / Provider for Laravel 5.7

# How to Create a Custom Auth Guard / Provider for Laravel 5.7: Troubleshooting Authentication Flow Migrating authentication systems across major Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Converting Laravel-4 Eloquent query results to arrays

# Converting Laravel Eloquent Query Results to Arrays: Solving the `to_array()` Mystery As developers working with Eloquent and API development in Laravel, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel return view show message

# Laravel Return View Show Message: The Best Way to Handle Feedback As a senior developer working with the Laravel ecosystem, dealing with passing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel routes are not working on live server

# Laravel Routes Not Working on Live Server: Debugging Local vs. Production Discrepancies It is a common and incredibly frustrating scenario for developers: an...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Cpanel error :SQLSTATE[HY000] [1045] Access denied for user 'homeimpr_clranke'@'localhost' (using password: YES)

# Decoding the Dreaded Laravel Error: Resolving `SQLSTATE[1045] Access Denied` in cPanel Deployments As a senior developer, I’ve seen countless deployment...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel form :: date function format

# Mastering Date Formatting in Laravel Forms: Solving the `Form::date` Dilemma It is incredibly frustrating when code seems simple but refuses to behave as...

2026-06-29 Stefan Bogdanescu
Laravel Company

Convert the Custom Regex rule to Laravel validator

# Mastering Custom Validation: Converting Complex Regex into Reusable Laravel Rules As developers working with large applications, one common challenge arises:...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to fix Call to undefined method Maatwebsite\Excel\Excel::create()?

# How to Fix Call to undefined method Maatwebsite\Excel\Excel::create()? A Deep Dive into Laravel Excel Exports As a senior developer working with the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call vue.js function in html to print value in p tag

# Calling Vue.js Functions in HTML Templates: Mastering Dynamic Data Display As developers building modern, dynamic interfaces with Vue.js, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "

Title: Troubleshooting Incorrect Authentication Data Errors During SMTP Email Sending in Laravel Applications Body: Hi i am trying to send emails in laravel....

2026-06-29 Stefan Bogdanescu
Laravel Company

Socialite : Argument 1 passed to Illuminate\Auth\SessionGuard::login() must implement interface Illuminate\Contracts\Auth\Authenticatable, null given

# Debugging Socialite Login: Solving the `Authenticatable` Error in Laravel Authentication As a senior developer working with Laravel and third-party...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use dd() without stopping the program on laravel

# The Art of Debugging in Laravel: Moving Beyond the Immediate Halt of `dd()` As a senior developer working with the Laravel ecosystem, we spend a significant...

2026-06-29 Stefan Bogdanescu