eboye / laravel-nova-translation-editor

Laravel Nova Translation Editor
MIT License
8 stars 5 forks source link

Config files should not be merged #3

Open chosten opened 4 years ago

chosten commented 4 years ago

I can't remove the 'auth' file because it is in the default configuration.

Or if you plan to add more config options later, then you should move the files in a sub key. That way you can keep the merge. Something like:

return [
    'files' => [
        'auth',
    ],
];
bernhardh commented 3 years ago

Yeah, that would be a great feature!