Hi bitfumes,
Things bugging me while using this package is, it's naming config name into StudlyCase case.
According laravel naming standard it really shouldn't,
as far as i concern config name should be lowercased
I have made this PR changing config name from StudyCase to snake_case.
Hi bitfumes, Things bugging me while using this package is, it's naming config name into StudlyCase case. According laravel naming standard it really shouldn't, as far as i concern config name should be lowercased I have made this PR changing config name from
StudyCase
tosnake_case
.