What is meant by Authorization Mechanism in Laravel ?

Answers were Sorted based on User's Feedback



What is meant by Authorization Mechanism in Laravel ?..

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

What is meant by Authorization Mechanism in Laravel ?..

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

Post New Answer

More Laravel PHP Framework Interview Questions

How to check table is exists or not in our database using laravel?

1 Answers  


What is the use of accessors and mutators in eloquent?

1 Answers  


What is the role of service provider?

1 Answers  


In laravel, what is fillable attribute in a model?

1 Answers  


What is monolog library?

1 Answers  


What is bootstrap in laravel?

1 Answers  


Laravle supports which databases?

1 Answers  


What is api php in laravel?

1 Answers  


What is meant by Attaching Cookies ?

2 Answers  


What is laravel orm?

1 Answers  


How to use the custom table in laravel model?

1 Answers  


What is raw expression in laravel?

1 Answers  


Categories