Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

inyansuta's avatar

Help with argumentation for Laravel 5.3

In our company, we have in recent months switched to laravel framework. We use laravel in version 5.3 We develop a fairly large project (developing in the Czech Republic, but the site will in future be hosted in the USA).

Yesterday we had a heated debate with the director, who, after finding that the latest version laravel requires PHP version 5.6.4 was very angry. He argued that:

  • Enforce one of the latest version of PHP is not correct
  • Found that the biggest hosting godaddy not offer php 5.6.4, which for him is a sufficient reason for not using the latest version laravel
  • Talked about the security risks related to the version of PHP, which is relatively young
  • Our own server, which manages several dozen sites have version 5.6.3 and the transition to this server to version 5.6.4 is not possible

And most importantly - he said that he wants us due to the above reasons, went to an older version laravel (5.2).

Can you help me with a valuable and legitimate arguments for laravel 5.3? What are the main advantages of PHP version 5.6.4 to the 5.6.3? (Version 5.6.3 offers a much larger number of hostings, which is version 5.6.4 can not say). I have a large (possibly personal) problem with subordination laravel version to towards hosting. I tried to argue that DigitalOcean, Linode or AWS are also large hosting which version of PHP 5.6.4 allow, but at the director, I came across (service outage, which is e.g. at DigitalOceans substantially higher than Godaddy).

What do we lose humiliation to version 5.2 laravel? Packages, services, architecture ...

It is possible to deploy laravel version 5.3 of PHP 5.6.3?

Thanks to everyone for any relevant references (articles, reasoning that I could submit to my Director) and arguments that will help me.

0 likes
2 replies
ohffs's avatar

5.6.4 had a fairly important security fix - the php folk recommend all users upgrade to it : https://secure.php.net/releases/5_6_4.php . A lot of distributions or hosting companies have probably back-ported the fix though - so it may not be quite such an issue.

As far as I remember wordpress, joomla and drupal all currently recommend php 5.6 or above too.

But all that aside, it's up to you if you think laravel 5.3 is worth the argument. We don't know what features you might need. The release notes have a list of new features - over to you :-)

inyansuta's avatar

@ohffs Now I'm in shock. I discovered that my version of PHP (XAMPP) is 5.6.24 and laravel in version 5.3 is running smoothly. How is it possible?

Please or to participate in this conversation.