jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
677 stars 91 forks source link

You have to publish config to use package #24

Closed jamesmills closed 4 years ago

jamesmills commented 4 years ago

We say it's optional to publish the config but it's not. If you use the package without the config published it cannot get the default config('timezone.lookup').

foreach (config('timezone.lookup') as $type => $keys) {

Not sure if we are doing something wrong with using default values?

amandiobm commented 4 years ago

I will double-check that.

amandiobm commented 4 years ago

PR #28