Choosing Laravel as my backend framework for a Project
Hi all,
I am in the middle of a project development. It's been a month and I have already completed the MVP version of it
Just a question in my mind if I have to add more features next year and a number of users come in and do transactions like 50k or so, is it good to go with Laravel, or in my mind is Node Js
I did my research on that and got to know that it mostly depends on server setup and not on the framework I use
But I want to hear your experiences as well
The application's current users will be around the UK and it's a bidding platform so what do you guys suggest?
I would go with php over js anyday for backend stuff, and Laravel is a great choice for it. The bottle neck is never the framework itself, it poorly written code and bad database design that causes issues.
@shami003 Because PHP was one of the few languages that was supported by web servers back then, and laravel has always been simple to use, and convention before configuration is awesome.