/hospital-queue

Hospital queue with Laravel

Primary LanguagePHP

Hospital Queue

Installation

$ composer update

Configuration

create file .env

$ cp .env.example .env

then customize you config

Create initial data

$ php artisan db:seed

Start

$ php artisan start