LARAVEL Interview Practice #2

Q1. ORM (Object Relational Mapper) and ActiveRecord implementation called?







Q2. Which of the following is acts as a bridge between a request and a response?







Q3. How many types of Middleware in Laravel?







Q4. Cookie can be created by global cookie helper of Laravel?







Q5. How many arguments cookie() method will take?







Q6. Which version introduces the concept of using Blade?







Q7. How to create a controller in laravel by cmd?







Q8. Where is the routing file located in Laravel?







Q9. Interpolation of variable in laravel done using?







Q10. How to list all routes by terminal?