Elnur Hajiyev

Results 12 comments of Elnur Hajiyev

@rappasoft , is this package maintained or abandoned? No activity on the repository for a long time.

@rappasoft ? Can we please proceed with if there is no issue?

@momostafa , thank you for this great contribution! I am also looking forward to see this merged. Question: Does the documentation in the description reflect the current state of this...

I am reopening the issue as it clearly does not work for me. I would at least like to know what I am doing wrong: if this is the case,...

Turns out I do not have a permission to reopen the issue. 🥲

@romalytvynenko , additional data is specified with `additional` method of the resource and intended to be used from within specific controller actions and for that I agree it belongs to...

@shawns-valve , it seems the anniversary update reintroduced this bug. I guess the revert was unintentional, since it might be tricky to synchronize a big PR like that. If it...

@nnjeim , sorry for the late response. Primary keys as self-incremented integers make sense if the table is meant to filled up with insert queries over the time, because you...

@nnjeim , I’d prefer to carry the discussion over here so others could also contribute with their opinions and the decision process would be publicly visible. If you still think...

> there is a convention in laravel to always use numeric primary key for a table @kminek , Laravel has no such a convention. They provide string keys for UUID,...