themsaid / laravel-langman

Language files manager in your artisan console.
MIT License
875 stars 166 forks source link

🔈Calling for help #102

Open themsaid opened 4 years ago

themsaid commented 4 years ago

Hey everyone,

I've been trying to put more focus on this open source library for sometime but I keep failing. Sorry!

I'd like to ask for your help. Is there anyone willing to co-maintain this package? Or if you've been using it a lot for your work and you'd like to take over I'm happy to transfer the package to your account.

Thanks everyone, hope the package helped make your life easier :)

GuidoHendriks commented 4 years ago

I'm willing to help out where possible. Don't have too much spare time but I guess anything helps? 🙃

perifer commented 4 years ago

I can help. Maybe @lsmith77 can co-maintain as well?

lsmith77 commented 4 years ago

I ended up forking (permanently), here are the changes https://github.com/themsaid/laravel-langman/compare/master...liip:master

That being said, if we can find a way for those features to fit in here (maybe via extension points), then I am happy to drop it again and help maintain this package.

perifer commented 4 years ago

@lsmith77 not sure what you mean by "extension points" but your additions seems solid to me. Maybe that some of them could be a breaking change for existing users, like https://github.com/themsaid/laravel-langman/commit/6ef4bfc46a219f6b5575ecb00a39eae69739a063, but that should be possible to fix.

@themsaid could a plan be that we start with adding the basic stuff like Laravel 6,7,8 support, PSR-12 etc that can be found both in the fork by lsmith77 and several PRs, and then we continue by adding the features by lsmith77 one by one as PRs?