Minimum php version required to install Laravel

What is the minimum php version required to install Laravel? According to this wikihow , the minimum version required is 6.3.7:

Install Laravel Framework on Windows * PHP version greater than 6.3.7 is required.

But the latest php version that can be installed with xampp is 5.6.3. If a grater version is required, how do I install it?

+3


source to share


1 answer


Wikihow is wrong. Laravel 4.2 requirements:

  • PHP> = 5.4
  • MCrypt PHP extension

Laravel Docs




By the way, for Laravel 5, the (non-final) documentation says:

  • PHP> = 5.4
  • Mcrypt PHP Extension
  • PHP OpenSSL Extension
  • PHP Mbstring extension
+5


source







All Articles