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
4- You must add one method to your \App\User (in laravel 8 \App\Models\User) model. As the name of this method shows it determines which user can manage posts. Place your logic there.
46
+
47
+
`public function canManageHessamCMSPosts()
48
+
{
49
+
// Enter the logic needed for your app.
50
+
// Maybe you can just hardcode in a user id that you
0 commit comments