DEV Community

Discussion on: Laravel Interview Questions Fresher or Beginner

Collapse
 
victoravelar profile image
Victor Avelar

At trivago we are framework agnostic, but when someone decides to go with Laravel for the case study I always ask these 3 questions:

  1. What are the most notable differences you can explain between Laravel and Lumen?
  2. Which is the Laravel feature you like the most and which one the one you like the less?
  3. Can you explain the Laravel model lifecycle and how to take advantage of the events dispatched on it?

Hope it helps :D