ambulatory / skeleton
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
Requires
- php: ^7.1.3
- ambulatory/ambulatory: ^0.1.0
- fideloper/proxy: ^4.0
- laravel/tinker: ^1.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^7.5
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.