Framework: [L5.0][php7] Error with exeption

Created on 14 Jun 2016  路  1Comment  路  Source: laravel/framework

[SymfonyComponentDebugExceptionFatalErrorException]
Uncaught TypeError: Argument 1 passed to AppExceptionsHandler::report() must be an instance of Exception, instance of Error given, called in /var/www/pr_gif/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/Handl
eExceptions.php on line 73 and defined in /var/www/pr_gif/app/Exceptions/Handler.php:25
Stack trace:
#0 /var/www/pr_gif/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(73): AppExceptionsHandler->report(Object(Error))
#1 [internal function]: IlluminateFoundationBootstrapHandleExceptions->handleException(Object(Error))
#2 {main}
thrown
-->Run console command

Most helpful comment

Laravel 5.0 does not support PHP 7 properly. You need 5.1 LTS or 5.2 stable.

>All comments

Laravel 5.0 does not support PHP 7 properly. You need 5.1 LTS or 5.2 stable.

Was this page helpful?
0 / 5 - 0 ratings