Laravel FatalErrorException in Handler.php line 25

前端 未结 3 723
無奈伤痛
無奈伤痛 2020-12-21 09:20

I\'m getting the following error on random occasions, working on a Laravel 5.1 project on the latest homestead with PHP7

FatalErrorException in Handler.php l         


        
3条回答
  •  北荒
    北荒 (楼主)
    2020-12-21 09:55

    This situation occur when laravel project version not compatible or not configured with your local installed version So the laravel not tracking the exact error and instead of showing exact error on line shows that type of errors

    i had same problem in laravel 5.1. After reading this issue, i found out i was using laravel v5.1.0 and that seemed wrong so changed 5.1.0 to 5.1.* and ran composer update. this solved the issue for me.

提交回复
热议问题