What is meant by Authorization Mechanism in Laravel ?
Answers were Sorted based on User's Feedback
Answer / suresh kumar
Laravel provides a simple mechanism for authorization that contains two primary ways, namely Gates and Policies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / Mahesh Kumar
Authorization mechanism in Laravel is a way of controlling access to resources and actions based on the user's permissions. It works by defining policies that determine whether a given user can perform a specific action on a resource.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check table is exists or not in our database using laravel?
What is the use of accessors and mutators in eloquent?
What is the role of service provider?
In laravel, what is fillable attribute in a model?
What is monolog library?
What is bootstrap in laravel?
Laravle supports which databases?
What is api php in laravel?
What is meant by Attaching Cookies ?
What is laravel orm?
How to use the custom table in laravel model?
What is raw expression in laravel?