shailesh-ladumor/one-signal

All one.signal.php config arguments are null

davidjimenezlopez opened this issue · 2 comments

It does not work, in the initConfig function the parameters config returns null. I did not get .env

dd(config('one-signal.app_id')) // is null.  On .env set ONE_SIGNAL_APP_ID=4585XXXX-a0XX-XX31-9X7X-3XXXX0dXXXXa9
$this->setUrl(config('one-signal.url')); 
$this->setAppId(config('one-signal.app_id'));
$this->setAuthorization(config('one-signal.authorize'));
$this->setAuthKey(config('one-signal.auth_key'));
 $this->setMutableContent(config('one-signal.mutable_content'));

have you published the config file? which laravel version are you using?

onne'
@davidjimenezlopez I was tested and working fine. Please check it on your end. make sure not to miss something.