Blog

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

Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel Illegal offset type error

Title: Comprehensive Guide to Resolving Laravel Illegal Offset Type Error Body Introduction Laravel is a powerful PHP framework that offers numerous features...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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,...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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,...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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,...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu