ambulatory / ambulatory
An open source ambulatory care platform
Installs: 122
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 3
Open Issues: 12
Requires
- php: ^7.1.3
- laravel/framework: ~5.7.0|~5.8.0
- rlanvin/php-rrule: ^2.0
Requires (Dev)
- orchestra/testbench: ^3.7
This package is auto-updated.
Last update: 2020-08-13 22:29:44 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
Ambulatory runs on any Laravel application, it uses a separate database connection and authentication system so that you don't have to modify any of your project code.
Install Ambulatory via Composer:
composer require ambulatory/ambulatory
Once Composer is done, run the following command.
php artisan ambulatory:install
Create a symbolic link to ensure file uploads are publicly accessible from the web:
php artisan storage:link
Check config/ambulatory.php
and configure the database connection ambulatory is going to be using, after that go run:
php artisan ambulatory:migrate
Head to yourproject.test/ambulatory
and use the provided email and password to log in.
Road map
Ambulatory is still under heavy development, I decided to ship it in this early stage so you can help me make it better. See the road map >>>
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.