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:
Thanks for the response.
3
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
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.
You should degrade your php version to 7.1.
Click here to cancel reply.
3
Answers
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
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.
You should degrade your php version to 7.1.