New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Yes. More of an infrastructure concern than a framework one, but yes. That should be easy with Laravel.
Get√
Thanks again!
These days PHP is no longer the bottleneck (personal experience). The database is, eats up all the RAM and server expenses even after optimizing queries and indexes
So with a cloud database might help a lot?
Yup, but the managed database servers (Eg: https://www.digitalocean.com/pricing/managed-databases ) are expensive compared to unmanaged servers.
OMG
Why?
Convenience. You do not have to setup, scale, tune, handle security upgrades, migrate to newer versions etc.
Even including optimizing queries and indexes?
Laravel is good, its very good if you want to get started and go live in short time, but at the core most of the time it is not framework, bottleneck is programmer who is using the framework. From real life experience where we have managed lots corporate clients and 99% times for PHP they have Laravel, we are yet to see any website which is properly coded even after using the framework. To clarify, it includes apps or products those are sold commercially to clients.
Every other day when something is broken, its surprising to see how badly things are coded on the top of framework and then people blame framework.
There is post by @definitelyliam, that is truely what you need to understand when you are aiming at large scale deployment.
And for start, if you are comfortable with with Laravel, go ahead and code with it, but understand how it works instead of just making it work.
Good luck.
Thanks for your help!
I don't think so. Optimizing queries and indexes is the responsibility of the app developer. Can't find anything about it here https://www.digitalocean.com/products/managed-databases
It is fast and like other open source framework, a lot of developer is using this. You won't have problem finding devs that are expert on laravel.
What I like is that all necessary functions and libraries are already present.