0
Good afternoon.
I use version 5.0 of Laravel and one of the requirements of this version is that php has to be greater than or equal to 5.4. So far so good, my php installed is 5.6.32.
But I wanted to start using version 5.3 of Laravel and this version needs a php greater or equal to 5.6.4. I tried to update the php version in my xampp, but their official website does not have version 5.6.4. http://php.net/downloads.php
My question is, if I can use Laravel 5.3 with version 5.4.32 of my php?
Or if someone can give me a tutorial on how to upgrade the php version to this 5.6.4 I’d appreciate it.
Att, Mauritius.
No, if the basic requirement is
PHP >= 5.6.4
Laravel can only be used this way. What can be done? You can download the corresponding PHP version and use it via console! with your built-in server ...– novic
All right then! Thank you.
– Maurício Biléssimo
Or replace the PHP version of Xampp
– Valdeir Psr