danul
danul

Reputation: 41

Will Laravel 5.4 run on PHP 5.6.3?

I know that laravel 5.4 need to meets PHP >= 5.6.4. I try to find XAMPP with php 5.6.4 but i have nothing. I just have xampp with php 5.6.3 installed. Will laravel 5.4 run on php 5.6.3?

Upvotes: 0

Views: 2286

Answers (1)

Rahman Qaiser
Rahman Qaiser

Reputation: 682

Server requirements for laravel 5.4:

PHP >= 5.6.4

OpenSSL PHP Extension

PDO PHP Extension

Mbstring PHP Extension

Tokenizer PHP Extension

XML PHP Extension

Laravel Installation Server Requirements

Upvotes: 2

Related Questions