Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 546 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 546 Bytes

Laravel 5 laravel hospital management system

This project is based on Laravel 5 boilerplate

Features:

  • Role based authentications for admins, doctors and patients
  • Patient Reports
  • Doctor - Patient Messaging
  • Medical Reports
  • and lots more.

Installation:

  • composer install
  • npm install
  • Rename .env.example to .env and add credentials
  • Visit /install to complete installation
  • run gulp or gulp watch (Install gulp (sudo npm install -g gulp) if needed)