Home > Article > PHP Framework > Does php7 support laravel5.3?
php7 supports the "laravel5.3" version, because the minimum requirement for PHP for the "Laravel 5.3" version is the "php5.6.4" version. The "Laravel 5.3" version update supports POPO and single-action controllers, and php7 improves the function calling mechanism to improve execution efficiency.
The operating environment of this article: Windows 10 system, Laravel version 5.3, Dell G3 computer.
php7 supports laravel5.3
Laravel, as a great framework in the new era, has supported PHP7 since Laravel 5.1 .
The minimum requirements for PHP in Laravel 5.3 are:
PHP >= 5.6.4
##Extended knowledge:
Laravel 5.1 PHP corresponding version>=5.5.9Laravel 5.2 PHP corresponding version>=5.5.9Laravel 5.3 PHP corresponding version>=5.6.4 Laravel 5.4 PHP corresponding version>=5.6.4Laravel 5.5 PHP corresponding version>=7.0.0Laravel 5.6 PHP corresponding version> =7.1.3The differences in the 5.3 version update are as follows:laravel video tutorial]
The above is the detailed content of Does php7 support laravel5.3?. For more information, please follow other related articles on the PHP Chinese website!