Laravel

  1. What is MVC
  2. What is middleware
  3. What is eloquent
  4. What is migration
  5. Explain the flow of Laravel
  6. What are the routes in Laravel
  7. How to create resource controller
  8. What is the difference between Laravel and Code Igniter
  9. What is blade template engine? How it is different from smarty or other template engines
  10. How to include files in blade template
  11. How to create custom middleware
  12. How to create web services in Laravel and how to secure them
  13. Difference between PSR-0 and PSR-4