So, I'm going to start a great property management system for the cloud. This system already exists in VB.net technologies, and now we are transferring the entire system to the Internet.
We are trying to decide between ASP.net or PHP, we are thinking about PHP because ASP.net will cost too much on licensing and servers. So there are Laravel, Symphony, CodeIgniter, Zend, etc.
The fact is that this project should live for many years. But we feel that we are getting a restriction using the PHP framework, because every time the environment is updated, we need to update our entire system. For example .. now Laravel has been updated from version 4 to 5. And the entire folder structure has changed. I canβt imagine that our large system needed to be updated and kept up with each update of the Laravel version. How do you deal with this?
Besides what happens if Laravel disappears, his fashionable fashion is now. But we see that the PHP frameworks come and go.
Would it be wiser not to use any php infrastructure and build everything from scratch in order to have more control over it?
source share