Home  >  Article  >  PHP Framework  >  Does php7 support laravel5.3?

Does php7 support laravel5.3?

WBOY
WBOYOriginal
2022-06-02 17:09:011905browse

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.

Does php7 support laravel5.3?

The operating environment of this article: Windows 10 system, Laravel version 5.3, Dell G3 computer.

Does php7 support laravel5.3

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.9

Laravel 5.2 PHP corresponding version>=5.5.9

Laravel 5.3 PHP corresponding version>=5.6.4

Laravel 5.4 PHP corresponding version>=5.6.4

Laravel 5.5 PHP corresponding version>=7.0.0

Laravel 5.6 PHP corresponding version> =7.1.3

The differences in the 5.3 version update are as follows:


Version 5.3 (second half of 2016) adds

  • 1. Driver Notification system

  • 2.Laravel Echo provides powerful real-time support

  • 3.Laravel Passport implements a painless OAuth2 server

  • 4. Implement full-text model search through Laravel Scout

  • 5. Support Webpack in Laravel Elixir

  • 6. Sending emails, "mailable" objects

  • 7. Clear separation of web and api routing

  • 8. Closure-based console commands

  • 9. Auxiliary function for storing uploaded files

  • 10. Support POPO and single action controller

  • 11. And optimize the front-end scaffolding

[Related recommendations:

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn