Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

ambulatorium/skeleton

Repository files navigation

Introduction

Ambulatory is An experiment project for an outpatient basis, including diagnosis, observation, consultation, treatment, intervention, and rehabilitation services Learn more about ambulatory care >>>

Installation

This repository only holds the skeleton application as a fresh start to build your ambulatory project.

Create new Ambulatory project via Composer:

composer create-project --prefer-dist ambulatory/skeleton myclinic

Once Composer is done, migrate the database table.

php artisan ambulatory:migrate

Create a symbolic link to ensure file uploads are publicly accessible from the web:

php artisan storage:link

Head to yourproject.test/myclinic and use the provided email and password to log in.

Security Vulnerabilities

If you discover a security vulnerability within Ambulatory, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

License

Ambulatory is open-sourced software licensed under the MIT license.