Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Last active May 15, 2023 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliaconde/4262773fa1f7b0d33905c58831d81c04 to your computer and use it in GitHub Desktop.
Save nataliaconde/4262773fa1f7b0d33905c58831d81c04 to your computer and use it in GitHub Desktop.
Gate::define('can_post', function($user) {
return $user->role == 'admin';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment