Questions tagged [laravel-upgrade]
52 questions
1
vote
1 answer
Get error when upgrading to laravel 7.0 From laravel 6.x
I am trying to upgrade my application to laravel 7. But I got error when i entered composer update. And changed composer.json file as well as laravel upgrade document.
And error is :
The…

Mamun
- 47
- 6
1
vote
0 answers
Laravel 6 upgrade error - with dependency
I changed in my composer "laravel/framework": "^6.0". I ran the command composer update and I get an error!
Check the image below please.
What should i do?
Remove the dependency and try to find a solution or how i can handle this??
I have try to…

FreeLancer
- 79
- 1
- 6
- 13
1
vote
1 answer
laravel upgrade to 5.7 from 5.6 composer not working
I am upgrading my laravel project to 5.6. current version is 5.5.38. my composer file is as below. when i run composer update, it does nothing but showing Loading composer repositories with package information
Updating dependencies (including…

Deemantha
- 433
- 9
- 30
1
vote
2 answers
Trying to get property of non-object laravel 5.4
We have a project upgraded from laravel v 5.1 to v 5.4
and many issues and bugs appear after upgrade anyway have this one
Trying to get property of non-object for index.blade.php
and this is the code
@foreach($routeFEmails as…

flower
- 989
- 4
- 16
- 34
1
vote
1 answer
Call to a member function all() on array After update from Laravel 5.2 to 5.3
Update Laravel 5.3 from 5.2 and after I am getting an error
FatalErrorException in Builder.php line 638:
Call to a member function all() on array
I used Laravel shift tool to upgrade framework and after successful composer update, I am facing this…

Jigar
- 3,055
- 1
- 32
- 51
0
votes
1 answer
What would be the proper steps to upgrade laravel version 5 to latest version 9
I have an old project which I developed in Laravel 5.3 and I want to upgrade the project to Laravel v9. What are the steps to upgrade?
What I have seen so far on the internet and from my knowledge:
Upgrade to each higher version step by step e.g…

StealthTrails
- 2,281
- 8
- 43
- 67
0
votes
1 answer
I need to export excel from laravel in the new version for Maatwebsite\Excel 3.1 . Laravel | Excel
Hi i already see the documentation for Maatwebsite\Excel and try to understand the new way to export files .. now i have this project which made with Laravel 5.1 and I upgrade it to 8 and fixed most of problems but im stuck with this…

OMAR R A SHAIKHOMAR
- 21
- 4
0
votes
1 answer
Updated Laravel app PHPUnit testing - Cannot modify header information - headers already sent by \vendor\phpunit\phpunit\src\ Util\Printer.php:104
as the title states I have a problem with my application, which was updated from Laravel 5.6 to Laravel 9 recently. After the update there was no problem with anything (we did not use PHPUnit tests before). A few days we decided to start using…

Lukas Grofcik
- 457
- 1
- 3
- 15
0
votes
1 answer
Errors on upgrading Laravel from 8 to 9
some time ago I updated my local project from version 5 to 9, and everything works correctly. Now it's time to update the production version and I didn't want to reload the whole project, but to update as I did locally. A couple of months ago I…
0
votes
1 answer
league/flysystem-cached-adapter - does not work with laravel 9, what should I do?
I find a package in my Laravel project that stops me from upgrading to Laravel-9
league/flysystem-cached-adapter
In the Laravel 8 documentaiont it says here
In addition, you may choose to install a cached adapter for increased…

Yevgeniy Afanasyev
- 37,872
- 26
- 173
- 191
0
votes
1 answer
Upgrading an old laravel application to laravel 8 raised this jessenger/date errors
Your requirements could not be resolved to an installable set of packages.
Problem 1
- barryvdh/laravel-debugbar is locked to version v2.3.2 and an update of this package was not requested.
s with another require.
Problem 2
-…

user17939701
- 3
- 1
0
votes
0 answers
After migrating with laravelshift from 5.8 to 6.2, receiving Sessions Permission denied error
I've updated my laravel project from version 5.8 to 6.2 using laravelshift. Done running composer update…

Hadi Rajani
- 9
- 1
- 7
0
votes
0 answers
Dangers of Upgrading from Laravel 5.7.4 to Laravel 8
I would like to know what the possibility is that when I upgrade from Laravel 5.7.4 to Laravel 8 that something in my website will break? If so what would the best approach be to upgrade to the newest version.
Thanks in advance

armand
- 17
- 4
0
votes
0 answers
Laravel upgrade form 5.5 to 5.6
I am trying to upgrade laravel application from 5.5 to 5.6
in the documentation, regarding database modification, in Index Order Of Morph Columns section, it was mentioned that
If the application is in production, you should pass an explicit index…

Kenana Reda
- 430
- 1
- 9
- 24
0
votes
1 answer
Uncaught Error: Call to undefined function Illuminate\Mail\TransportManager() after upgrading laravel 5.8 to 8
When i upgrade Laravel 5.8 to 8 given error in handler.php while i am composer update Call to undefined function Illuminate\Mail\TransportManager() How to resolve these please Help..
public function report(Throwable $exception) {
…

Maitrik Thakkar
- 11
- 1