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
What is view laravel?
What are policies classes?
Which file is used to create a connection with the database?
Can you update homestead? If yes, how?
what is Laravel-Routing ?
What are accessors and mutators in eloquent and why should you use them?
Explain dependency injection and their types.
What are the difference between insert() and insertgetid() in laravel?
What is Decryption Process ?
Tell me what is database migration? And how to use it to add insert initial data to database?
What is Basic Response in Laravel ?
What is a primary implication of a cross site request forgery attack?
How to use update query in laravel?
How do I use sub-domain routing?
How to generate & update application key in laravel 5?