romanbican / roles

Powerful package for handling roles and permissions in Laravel 5
MIT License
1.16k stars 297 forks source link

Still being maintained? #180

Open PCoetzeeDev opened 8 years ago

PCoetzeeDev commented 8 years ago

@romanbican

Since I haven't seen any commits since July last year, I have to ask if this is still being maintained?

gitBC commented 8 years ago

Unfortunately now, Roman got terribly sick some time last year and has stopped development before handing on maintenance. Its totally up to the community now to keep this moving. Anyone wanna maintain?

PCoetzeeDev commented 8 years ago

Oh wow, I'm so sorry to hear. Please keep us updated on his condition if possible.

I don't think I'm entirely up to scratch to be the sole maintainer of this project, though I would definitely like to do so. Please contact me if you would like me to somehow see about doing so?

I am currently using this package in production, so could probably get something going with the company there as well.

All the best to Roman.

romanbican commented 8 years ago

Guys, thanks for all support. It's not like I'm dying or something. It never was like that, but it was a very bad year - I was very weak and tired because of this disease. Even though this disease is for a whole life, now I feel much better and I'm very glad that you are still using this package. If anyone actually wants, I can add him or her as a collaborator.

PCoetzeeDev commented 8 years ago

@romanbican

Well, I for one would be keen to help out wherever I can. Please message me whenever you can.

Good to hear you're ok!

sandervankasteel commented 8 years ago

@romanbican Good to hear you are ok. If you are still looking for a collaborator, i'm willing to become a collaborator.

kirgy commented 8 years ago

@sandervankasteel @SturmDrangAltaar are you both still looking after this repo? Theres a bunch of pull requests which fix almost all issues that L5.2 creates on this repo. I've manually patched my own code, but I imagine a couple hours work should resolve those pulls and keep this repo moving.

Would love it if you can - been using this repo in past projects and would love to keep using it :)

PCoetzeeDev commented 8 years ago

@kirgy Unfortunately I haven't heard anything back from @romanbican . Not sure if @sandervankasteel perhaps has? Anyway, I'm still keen to help out wherever possible.

kirgy commented 8 years ago

@SturmDrangAltaar I would volunteer myself by I'm tied up with a tonne of project work for the next 4/5 months. Unfortunately I've had to remove this package from my project and use another one for this project. I will check back in next time I need roles/perms and see if anything has changed. Would be a shame to see it go.

PCoetzeeDev commented 8 years ago

@kirgy

That's a shame indeed. I haven't had any problems with it so far myself, but might need to do the same at some point if the need arises. What package did you switch over to and were there many changes needed in the code to be compatible?

sandervankasteel commented 8 years ago

I wish I could look after this repo / source. My only at the moment remains forking and maintaining that one..

ammonkc commented 8 years ago

@kirgy It looks like I will have to do the same as you. What package did you switch to? I'd like to pick a package that is actively maintained to avoid running into this situation in the future.

SOSkr commented 7 years ago

I create my own repo (https://github.com/SOSkr/roles) to make the changes I need

In this request #189 are the changes you need to work correctly in Laravel 5.3.

I think we do not need @romanbican , I think we can continue collaborating for this repo to stay stable, I also think this is the best RBAC I've ever seen.