Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 345 Bytes

Requirements

  • Php 8.1

Installation

git clone https://github.com/Samir-Gamal/hospital-management-system.git
cd hospital-management-system
cp .env.example .env
composer install
php artisan key:generate
php artisan mi:f --seed

Run The Project