medcenter24/mc-core
Composer 安装命令:
composer require medcenter24/mc-core
包简介
Backend for the MedCenter24 project
README 文档
README
CRM My Doctors
CRM system that provide opportunity to store, aggregate and automatize all business processes.
The system is intended for companies which work with assistants and are engaged in providing medical insurance services.
Technical documentation
Description of the features and tools for the application.
ONLY_API
- Parameter
ONLY_APIpassed as a server parameter will be interpreted as configuration is used as a API only. It means that with that parameter all requests will be proceed by therouter/api.php
Telegram settings
To generate new cert: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 -nodes
Installation
We created artisan command to make it simple: artisan setup:environment
Quick local installation
But you need to take into an account that to use the local Environment you need to do composer install in the mcCore folder
php artisan setup:environment \
--API_DEBUG=true \
--APP_DEBUG=true \
--APP_ENV=local \
--APP_LOG_LEVEL=debug \
--DB_CONNECTION=sqlite \
--DB_DATABASE=/private/var/www/sandbox/projects/medcenter24/develop/mcCore/database/db.sqlite \
--DEBUGBAR_ENABLED=true
Modules
- Add module to composer.json
- Check modules with command
docker-compose -f ./dhvDocker/docker-compose.yaml exec mc-dhv-phpfpm php /var/www/html/mcCore/artisan module:list - Activate module with command
docker-compose -f ./dhvDocker/docker-compose.yaml exec mc-dhv-phpfpm php /var/www/html/mcCore/artisan module:enable <MODULE NAME>
统计信息
- 总下载量: 227
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2019-05-16