python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how do I assign the defined permissions to the right policies and controller methods in Spatie/Laravel-permission?
This may seem a simple problem, but I could not find a solution either in Laravel policy documentation or in Spatie/Laravel-permission documentation.Here is the problem:
This is how I've assigned perm...
ZOHREH
Votes: 0
Answers: 2
My authorize function is always failing in laravel-5.8?
I created one policy inside create function i am checking weather this user can able to create records and i am registering the Model and policy in the AthServiceProvider.php after that i am checking ...
usersuser
Votes: 0
Answers: 1
How to access Sanctum package in custom laravel package
i want to access laravel sanctum auth which is working fine in project routes
I'm making a custom package of api's which needs to use same sanctum authentication with in the custom package routes
Awais Arif
Votes: 0
Answers: 2