medcenter24 / mc-core
Backend for the MedCenter24 project
Installs: 227
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:medcenter24-extension
Requires
- php: >=8.0
- ext-dom: *
- ext-json: *
- ext-libxml: *
- cmgmyr/messenger: ^2.16.2
- dingo/api: ~3.0
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.3.0
- intervention/image: ^2.6
- irazasyed/telegram-bot-sdk: ^v3.4.1
- laravel/framework: ^8.47
- laravel/tinker: ~2.0
- laravel/ui: ^3.3
- maatwebsite/excel: ^3.1.19
- medcenter24/lib-installer: ^2.0.1
- mpdf/mpdf: ~8.0.6
- nwidart/laravel-modules: ^8.2
- spatie/laravel-medialibrary: ^9.6
- srmklive/flysystem-dropbox-v2: 1.0.7
- tymon/jwt-auth: ^1.0.2
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- barryvdh/laravel-ide-helper: ^2.10
- facade/ignition: ^2.8.3
- filp/whoops: ^2.7.1
- fzaninotto/faker: ^1.9
- mockery/mockery: ^1.4
- nunomaduro/collision: ^5.5
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-master
- dev-master
- v4.0.0
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.7.9
- v2.7.8
- v2.7.7
- v2.7.6
- v2.7.5
- v2.7.4
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.5
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.3-alpha
- v2.5.2-alpha
- v2.5.1-alpha
- v2.5.0-alpha
- v2.4.3-alpha
- v2.4.2-alpha
- v2.4.1-alpha
- v2.4.0-alpha
- v2.3.1-alpha
- v2.3.0-alpha
- v2.2.0-alpha
- v2.1.0-alpha
- v2.0.2-alpha
- v2.0.1-alpha
- v2.0.0-alpha
- v1.1.3-alpha
- v1.1.2-alpha
- v1.1.1-alpha
- v1.1.0-alpha
- v1.0.2-alpha
- v1.0.1-alpha
- v1.0.0-alpha
- v0.8.0-alpha
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.22
- v0.0.21
- v0.0.20
- v0.0.19
- v0.0.18
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-develop
This package is auto-updated.
Last update: 2025-02-24 01:21:55 UTC
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_API
passed 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>