hazestudio / laravel-gopay-sdk

GoPay SDK integeration for Laravel Framework
7 stars 14 forks source link

Switching between production mode #4

Open marekbuxobucek opened 5 years ago

marekbuxobucek commented 5 years ago

I Debugging mode is setting by env variable APP_DEBUG but getenv(APP_DEBUG) does not work properly (Laravel 5.8). I would like to fix It or implement this possibility into the config file like 'isProductionMode' => (bool).

DominikVavra commented 4 years ago

+1 Same problem here. Setting the production mode by config file gopay.php would be great.