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
Hello, I would like to add the user id based on a url but I don't see how to do it.
if ($project) { $ userId = $ project-> user_id; }
The text was updated successfully, but these errors were encountered:
Hi @hlo2109
The package doesn't provide an API for that right now. The only way around it is to either:
$request->user()
Analytics
user_id
See this line for how the user is set currently: https://github.com/ohseesoftware/laravel-server-analytics/blob/master/src/LaravelServerAnalytics.php#L240
Sorry, something went wrong.
No branches or pull requests
Hello, I would like to add the user id based on a url but I don't see how to do it.
if ($project) {
$ userId = $ project-> user_id;
}
The text was updated successfully, but these errors were encountered: