What is meant by Authorization Mechanism in Laravel ?
Answer Posted / 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 |
Post New Answer View All Answers
List the steps to configure laravel application.
What is system requirement for installation of laravel 5.2 (latest version)?
How to check ajax request in laravel?
What is blade template?
What are bundles, reverse routing and the ioc container?
How to enable or disable maintenance mode in laravel?
How to write php code in laravel blade?
How to install valet?
What is a forget() ?
How can we get the user's ip address in laravel?
Explain facades in laravel?
State the difference between authentication and authorization.
What version of laravel do you generally use?
What are the available router methods?
Is laravel an mvc?