Questions tagged [laravel-upgrade]

52 questions
0
votes
0 answers

Laravel 5.3 Log Permissions - Creating/Writing as nobody : nogroup

I'm in the middle of a Laravel upgrade from 5.2 to 5.3. I've been trying to find information regarding log permissions in the Laravel upgrade guide, but nothing has described the behavior I'm seeing. After running composer update, for some reason…
xdmtk
  • 31
  • 5
0
votes
1 answer

Issue with Upgrade Laravel 5.3 from 5.2

I am facing issue while upgrading Laravel 5.3 from 5.2. Following Error occurs ReflectionException: Class does not exist in /MYPROJECT/vendor/laravel/framework/src/Illuminate/Container/Container.php:749 [2018-05-08 07:14:18] production.ERROR:…
0
votes
0 answers

Migrating from Laravel 4.2 to 5.5 (Authentication / Password Mismatch Error)

I am migrating a project from 4.2 to 5.5. I have reached 5.3, I have taken backups for every successful version update 5.0, 5.1, 5.2. The problem is, after my 5.2 update, my authentication as working well and I was able to login to the system.…
razn
  • 69
  • 3
  • 10
0
votes
1 answer

Upgrade Laravel to 5.4 from 5.3

My project is working on 5.3 laravel version and trying to upgrade it. I have updated composer.json as guided into the documentation of laravel guide. And run command composer update on command line. I am getting following error. Your requirements…
Hiren Gohel
  • 4,942
  • 6
  • 29
  • 48
0
votes
1 answer

Laravel upgrade 5.5 Error "Method getPath does not exist."

I have upgraded Laravel from 5.2 to 5.5. All seems ok except one error Method getPath does not exist.. I can't see any trace hence unable to figure out why and where it is throwing this error. This is not coming everytime but sometimes. Any help…
Tahir Awan
  • 64
  • 3
-1
votes
1 answer

Clone a Laravel project but can't run

After cloning a project and run the command composer install, it shows these errors. Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - cache/adapter-common is locked to version 0.4.0 and an update…
Mukhlis Raza
  • 211
  • 1
  • 3
  • 13
-2
votes
2 answers

PHP compact method undefined in Laravel 5.4

I'm having to move my laravel 5.4 app to a >=PHP 7.3 Server. Upgrading the App to a higher laravel version breaks everything. So I'm stuck with making this work as is. The problem now is that Compact() method (which was used to pass variables to the…
1 2 3
4