FAQs
  • what is laravel?
    • Middleware provide a convenient mechanism for filtering HTTP requests entering your application.
  • what is app in laravel?
    • app − This directory contains the core code of the application.
  • Is laravel a MVC?
    • Creating a Basic Laravel 5 MVC Application in 10 Minutes. Laravel applications follow the traditional Model-View-Controller design pattern, where you use: Controllers to handle user requests and retrieve data, by leveraging Models. Models to interact with your database and retrieve your objects' information.
  • what are the Laravel – Features?
    • Modularity Testability Routing Configuration management Query builder and ORM (Object Relational Mapper) Schema builder, migrations, and seeding Template engine E-mailing Authentication Redis Queues