Laravel 11 Simplest Gate possible but returning always unauthorized
Im trying to make a gate so only some users are authorized to make certain api calls, but before that I have to atleast set up a gate properly which i cant seem to do.
Im trying to make a gate so only some users are authorized to make certain api calls, but before that I have to atleast set up a gate properly which i cant seem to do.