auau012's avatar

Laravel to create HMS hotels management system

please guide me i want to create new HMS. can i divide it to like 4 parts, front office, reservation, housekeeping and other, each part like individual website with its database and connect all this database to each other without any problems? or can i make it all together and what is solution if it is too slow?

0 likes
10 replies
jlrdw's avatar

Actually hotel and motel management has been discussed in prior discussions here to include booking rooms.

auau012's avatar

thanks for answering me but i want know it will be fast?

jlrdw's avatar

@auau012 With well placed MVC and proper indexing it should be as fast as any application. And you can study how to cache some of your queries if needed.

Edit:

As a start I suggest the free laravel course from here.

1 like
Snapey's avatar

functionality does not dictate performance

The number of concurrent users and the available server resources affects performance

You have too many areas of overlap between your different functional areas to benefit from separate databases. But what do I know, ive only thought about the design for like 15 seconds, whereas I expect you have spent days or weeks working on the specification?

1 like
auau012's avatar

@Snapey now i just gathering information about it and in my company already have a system called (ezee) but it is so slowly and depend of browser . they require of me to make a system like it and i already know all the functionality of the methods in the system. so just in general i wanted to know if i make it by Laravel is there is enough tools, packages, technic to make it fast or faster later? before i start because it will contain front desk will provide room availability, housekeeping maintenance, integration (card reader, id, scanner, e-signature ..etc) update, edit, delete ..etc Reservation ( update, edit, delete integration with online booking websites ..etc) accountant operations, manage more than one hotels about the server we have high performance server

Snapey's avatar

@auau012 and its for one hotel or multiple hotels? How many staff users? How many visitors? How many requests per second (you can get this information from the existing site)

Laravel is more than capable of large workloads, but you keep referring to functionality and not load.

1 like
auau012's avatar

@Snapey thank you Sir. now i understanding you

the visitors are not that much like the maximum load to the system in specific months(march, April, June, July ). the most of work is reserve direct from the reception . and now we have three hotels but in the future or our target reach 20 hotels about the i know the flexibly of the Laravel framework and about users and staff 9 manage reservation users , now i have 3 hotels each hotel has 2 reception employees total 6 and 3 admin and other users 20.

CapPerez's avatar

I’ve worked with teams trying to boost service and cut waste, and looping in solid hotel management made a huge difference. I’ve had good results bringing in support that blends revenue strategy with people-focused systems, and hotel management from Trilogy Hotels did that well for us. They helped tighten operations without killing the vibe guests actually care about

Please or to participate in this conversation.