filmov
tv
Some issues upgrading Laravel from version 10.x to 11.x composer libraries #php #laravel #shorts

Показать описание
Recently I've faced some issues upgrading Laravel from version 10.x to 11.x with the following composer libraries:
"hedii/laravel-gelf-logger": "^8.0"
and
"barryvdh/laravel-ide-helper": "^2.13"
both of them were not compatible with Laravel 11.x. The solution is to remove them using commands below:
composer remove hedii/laravel-gelf-logger
composer remove barryvdh/laravel-ide-helper
Then to make Laravel upgrade to version 11.x using the command below:
composer update
And then to re-install both packages using commands:
composer install hedii/laravel-gelf-logger
composer install --dev barryvdh/laravel-ide-helper
"hedii/laravel-gelf-logger": "^8.0"
and
"barryvdh/laravel-ide-helper": "^2.13"
both of them were not compatible with Laravel 11.x. The solution is to remove them using commands below:
composer remove hedii/laravel-gelf-logger
composer remove barryvdh/laravel-ide-helper
Then to make Laravel upgrade to version 11.x using the command below:
composer update
And then to re-install both packages using commands:
composer install hedii/laravel-gelf-logger
composer install --dev barryvdh/laravel-ide-helper
Fixing Installation Issues When Upgrading to Laravel 8: Navigating Package Conflicts
How to Fix Composer Hangs When Upgrading Laravel from 6 to 7
How to Fix the Namespace Error in Laravel When Upgrading Your Application
How To Upgrade From Laravel 8.x to Laravel 9.x
Upgrading from Laravel 5 7 to Laravel 10 Step by Step Guide
Pro Tip to simplify your create or update operations in Laravel #laravel #shorts
Solving the Composer Update Issue in Laravel
Upgrade to Laravel 12 in 12 Minutes | Quick Guide to Update to Laravel 12 | Upgrade Laravel 11 to 12
Upgrade Laravel 11 to 12 (In 3 Minutes) ⏰
Upgrade to Laravel 8? Without Jetstream or Route Changes
Solving the null Access Issue in Laravel After Upgrading PHP Versions
Thinking About Upgrading to Laravel 11? Here's What You NEED to Know!
Resolving Composer Package Dependency Issues with Laravel Framework Updates
Drawbacks of Laravel 11
Fixing Laravel Valet Issues After Upgrading to PHP 8
Upgrading Laratips Website From Laravel 8 To Laravel 9
How to Upgrade Laravel From 5.8 to 6 Step by Step in English and Created Auth file in Laravel 6
Upgrade Old Laravel 5 Project to Latest Laravel 10 in 15 Minutes
How to Fix the Laravel Migration Error When Upgrading From 7 to 8
Troubleshooting Eloquent Model Saving Issues After Upgrading to Laravel 8: A Simple Fix
How to Fix Security Vulnerabilities in Laravel with Composer Update
Resolving the Script js not updating in laravel Issue
Shift - Upgrading from Laravel 5.8 to Laravel 8.x
Laravel Form Request: Store/Update - Same or Separate Class?
Комментарии