Laravel FatalErrorException in Handler.php line 25

前端 未结 3 706
無奈伤痛
無奈伤痛 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:48

    Solution

    This is actually an error that an exception can't be shown. This is caused by using PHP7.x on an older Laravel project that requires PHP5.6.x

    My solution was to create a new Homestead specific for this project and install php5.6 on that homestead using an older version of laravel/homestead

提交回复
热议问题