Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Last active May 15, 2023 12:34
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