Ultimate Hotel Management Script

Overview

This is the ultimate and most complete control panel for managing all operations take place in any residential hotels. You can manage everything on your hotels using this admin panel or control panel.

There are sever user account types for employee who will take part managing in different different type of tasks.

A super admin will be able to observe all actions done by the employees.

Features

  • Easy manageable user roles
  • Optimized for faster performance
  • SQL Injection, XSS, CSRF Protected
  • Customer Information record
  • Employee and x employee record management
  • Easy to add update or delete information.
  • Add as many floors, rooms, blocks and room types as you wish.
  • Assign seperate tasks to seperate employee

Requirements

  1. PHP 7
  2. Composer
  3. Laravel 5.3
  4. Read/Write Permission to the project storage folder

Instructions

  • Create a database named hotelmanagement
  • From the command line run this command php artisan migrate
  • If you wish to generate already provided sample data then run this too php artisan db:seed
  • To run locally php artisan serve
  • Login: [email protected] Password: 123456

Related