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
this doesn't even seem to be getting hit. admins gain access in the before gate, but dd doesn't even register in show method.
stack trace shows that the name is getting lowercased - might be a hint:
#2 /var/www/esreq.walrus.uark.edu/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Auth\Middleware\Authorize->handle(Object(Illuminate\Http\Request), Object(Closure), 'view', 'facultyaccount')
The text was updated successfully, but these errors were encountered:
authorizeResource does not seem to work for models with compound names, but explicit authorization does:
authorizeResource
$this->authorize('view', $facultyAccount);
opened framework issue laravel/framework#18432
Sorry, something went wrong.
No branches or pull requests
this doesn't even seem to be getting hit. admins gain access in the before gate, but dd doesn't even register in show method.
stack trace shows that the name is getting lowercased - might be a hint:
The text was updated successfully, but these errors were encountered: