Laravel 5.1 requires PHP >= 5.5.9. Have you checked your PHP version?
I have a Debian VM with Nginx, mysql and php-fpm with version 5.4. It seems they don't support 5.5 yet
Okay. Yea, that's the problem. Laravel 5.0 worked fine with PHP 5.4, but Laravel 5.1 requires PHP >= 5.5.9.
For example, in this example, it's throwing an error because of Gate::class
. Class name resolution was a new feature in PHP 5.5.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community