We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thanks for this tiny little helper. maybe you could add this little snippet to your readme:
public function getRouteKeyName() { return 'uid'; }
this ensures implicit binding, find, first etc. work with uid instead of id. seems pretty useful for users of this package. :)
The text was updated successfully, but these errors were encountered:
I made another trait just to add this to all my models, but it would be great to have it by default.
Just made a PR. What do you think, @naabster?
Sorry, something went wrong.
No branches or pull requests
thanks for this tiny little helper. maybe you could add this little snippet to your readme:
this ensures implicit binding, find, first etc. work with uid instead of id. seems pretty useful for users of this package. :)
The text was updated successfully, but these errors were encountered: