laravel-acl icon indicating copy to clipboard operation
laravel-acl copied to clipboard

can() not working

Open AyodejiO opened this issue 8 years ago • 4 comments

Hello, can("action.item") not working in laravel ^5.2. your help is much needed.

Thank you.

AyodejiO avatar Jun 15 '16 16:06 AyodejiO

+1

nightvis avatar Jun 21 '16 23:06 nightvis

see this https://github.com/kodeine/laravel-acl/issues/90

boynet avatar Jun 22 '16 12:06 boynet

Problem solved :)

My wrong code: ... 'middleware' => ['acl'], ...

...and the correct code: ... 'middleware' => ['auth', 'acl'], ...

Many thx :)

nightvis avatar Jun 22 '16 12:06 nightvis

this worked? @nightvis

AyodejiO avatar Jun 22 '16 12:06 AyodejiO