I have a question regarding Laravel hosting.
I am developing a booking system to be able to book online courses. It's a bit more extensive application with some functions and different roles (user, manager, admin, trainer). There are also some database accesses. About 200 people will register, but they will never use the application at the same time.
To my actual question:
What are the hardware requirements? How much RAM do I need to host the whole thing? How much RAM would be recommended for the MySQL database?
source https://stackoverflow.com/questions/68595510/running-laravel-application-on-server
Comments
Post a Comment