LibreHealthIO / lh-ehr-fhir-api

FHIR API to LibreEHR Package for Laravel
MIT License
12 stars 6 forks source link

Add fhir/config/config.php #79

Closed kchapple closed 8 years ago

kchapple commented 8 years ago

Please add a config file like app.php spcifically for fhir configuration, and add a class to access FHIRConfig.php like FHIRConfig::get('stripe-api-token') or whatever the Laravel convension is for config files.

Use this to store and retrieve stripe API token

Leo24 commented 8 years ago

https://github.com/LibreEHR/fhir/pull/80 Added FHIRConfig.php to laravel config directory https://github.com/Leo24/Libre/blob/laravel_5_3/config/FHIRConfig.php