Blog
Insights, guides, and best practices from the Laravel Company team.
Class 'Maatwebsite\Excel\Excel' not found
Title: Troubleshooting the Class 'Maatwebsite\Excel\Excel' Not Found Error in Laravel Projects Body: The error "Class 'Maatwebsite\Excel\Excel' not found" is a...
Replicating claims as headers is deprecated and will removed from v4.0 - Laravel Passport Problem in lcobucci/jwt package
Title: Understanding Replicating Claims as Headers Deprecation in Laravel Passport Laravel's passport package is a powerful tool for authentication systems,...
What is the difference between destroy() and delete() methods in Laravel?
Understanding the Difference Between destroy() and delete() Methods in Laravel "I'm having a minor issue with Laravel 4. I'd like to use the delete() method on...
Laravel Carbon subtract days from current date
Title: Working with Date Ranges in Laravel Using Carbon - An Example on Filtering Users Based on Creation Dates Introduction As a senior developer and...
How to get JSON from request Laravel?
Retrieving JSON Data from Request in Laravel In Laravel, handling requests is part of the core functionality provided by its framework. One significant feature...
I got "timeout-or-duplicate" error using ReCaptcha v3
Title: TroubleShooting "timeout-or-duplicate" Errors with Recaptcha v3 in Laravel Projects Body: You've implemented ReCaptcha v3 on your Laravel contact form,...
Im getting an error "No such file or directory" when installing Composer Globally
Title: Troubleshooting "No such file or directory" Errors During Composer Installation Introduction When working with Laravel projects, it's essential to have...
Laravel project auto refresh after changes
Title: Efficiently Testing Laravel Code Changes Without Refreshing the Page Every Time Body: In this comprehensive blog post, we will address one of the most...
Laravel 5.1 remove controller
Title: Removing Unwanted Controllers from Laravel 5.1 Applications Body: In this blog post, we will be addressing the issue of removing an unwanted controller...
Laravel check for old password, when change new password
Title: Enforcing Uniqueness Between New Password and Current Password in Laravel Applications Body: In many applications, including those built with Laravel,...
Laravel Passport Route [login] not defined
Title: Troubleshooting Laravel Passport Route [login] not Defined Error In this post, we will discuss why you might encounter the Laravel Passport error "Route...
Storing array or std object in database of Laravel app
Title: Efficiently Storing Array or stdObject Data in Laravel Database Tables Body: Storing arrays and objects within your Laravel application's database is...