Ambulatory is An experiment project for an outpatient basis, including diagnosis, observation, consultation, treatment, intervention, and rehabilitation services Learn more about ambulatory care >>>
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.
If you discover a security vulnerability within Ambulatory, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Ambulatory is open-sourced software licensed under the MIT license.