RobTrehy / LaravelUserPreferences

A package for Laravel to store user preferences for your project
MIT License
2 stars 0 forks source link

Simplified get method #2

Closed fefo-p closed 3 years ago

fefo-p commented 3 years ago

Simplified get method to avoid using nested if elseif commands

RobTrehy commented 3 years ago

Much appreciated! Thank you.

fefo-p commented 3 years ago

Much appreciated! Thank you.

Anytime. I'm currently working on a project for my company, and plan on making improvements such as using cache. If you're interested I can keep making commits. If not, no worries and I'll update my own repo. Let me know if it's something you'd like.

Cheers

RobTrehy commented 3 years ago

Absolutely. Feel free to keep adding PRs and I'll test and approve! :)

I've used these packages as a learning experience and for one of my own projects for the experience. If you show me something that can be improved, I'll learn from it.