You are on page 1of 5

Report

Introduction of Hospital:
A Hospital management system is a web-based application created in Php Language. This
application provide ease for the patients as well as administrations to render their diseases
online A hospital management system (HMS) is based on Larval application structure
that facilitates managing the functioning of the hospital or any medical set up. It integrates all
the information regarding patients, hospital administrative details etc. into one software. It is
most simple to use framework.

How To Create App


1. First of all install composer on your computer or laptop.
2. Second step is to install the xampp setup and open xampp control.
3. After open the xampp control start Apache and MySQL.
4. Third step is to install the app in your computer or laptop and open he command
prompt. And Type command: “composer global require larval/installer App_name”
5. After create or build the app in your computer open the app on your browser by typing
Localhost\App-name\.
6. After this open command prompt and type command php artisan make auth.
8. And then open Localhost\phpmyAdmin\ and create your new database.
9. After authentication make the Models for making the model type command php
artisan make model Mode\model-name
10. After making the model create controllers and for this type command php artisan make
Controllers controllers-name.
11. Then make the views.
o User view
o Admin view
12. After making the views the n make the layouts of admin, user and app.php.
13. At last migrate the table from migrations to phpmyAdmin by typing command in cmd php
artisan migrate.
Admin:
 User
1. The functions of admin modules are following:
 Add user
 Delete User
 Add Links
 Delete Links
 Approve Links
 View Users
 Register New Users
 Update user
2. The functions of user modules are following:
 Add record
 View Record
 Edit Record
 Update Record
 Add Link
 View Link Status
 Delete Link

You might also like