skeleton
skeleton copied to clipboard
Composer starter project for Ambulatory.
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.