Open ghost opened 7 years ago
BUMP
Don't know if you tried this, but try doing \Gate
to use the Gate method
Here is the solution that worked for me.
if (\Gate::denies('create', new Reply)) {
return response(
'You are posting too frequently, please take a break. :)', 429
);
}
That error message is completely useless
when you try and reply multiple times you get the following error popup: without error:
with error: