ignited/laravel-omnipay

Config file location

Closed this issue · 4 comments

The config file location should not live in a subdirectory under app/config. The subdirectories are reserved mostly for multiple environment settings. Please just set the config file to app/config/omnipay.php

Please refer to: http://laravel.com/docs/configuration#environment-configuration

No, package config usually lives under config/packages/vendor/name/config.php
See http://laravel.com/docs/packages#package-configuration

Oh shoot, sorry. You are right I didn't see that. I just don't know how that will work with multiple environments.

The same, just create a folder local in that folder.

AAAHHHHHH. Thanks man