skip to Main Content

I am having this error on my Laravel project. I already tried to change the version of my php but did not work.

I currently using:

Php version is PHP 7.3.11

Laravel version 5.5.34

Here is the error:

enter image description here

Thanks for the response.

3

Answers


  1. You should upgrade your Laravel version; latest 5.5 is 5.5.48. This was fixed some time around 5.5.41.

    laravel/framework github – [5.5] Remove undefined variable from compact #25193

    Login or Signup to reply.
  2. I was also facing the same issue. You should degrade your php version to 7.1.
    This works for me hope it will also works for you.

    Login or Signup to reply.
  3. You should degrade your php version to 7.1.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search