Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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:...
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...
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...
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....
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...
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...