ambulatory/skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple medical software for building great outpatient services.

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 41

Watchers: 11

Forks: 24

Open Issues: 0

Type:project

v0.1.0 2019-07-07 23:17 UTC

This package is auto-updated.

Last update: 2020-08-17 21:27:22 UTC


README

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 davidhsianturi@gmail.com. All security vulnerabilities will be promptly addressed.

License

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