You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have configured this package with Laravel 8 which is using Jetstream for authentication.
When I test, @can function always returns false and other functions also not working.
$users = User::role('admin')->get();
Above statement returns below result.
Illuminate\Database\Eloquent\Collection {#1512 ▼
#items: []
}
Is there any issue with Jetstream ? how to resolve this issue ?
Thank you
Hanif
Beta Was this translation helpful? Give feedback.
All reactions