Introduction

About Laravel

  • Laravel is a popular (more precisely, the most popular!) PHP web application framework

Laravel popularity

  • Laravel is free, open-source software
  • Laravel is based on Symfony
  • Laravel follows the model-view-controller (MVC) architectural pattern
  • Laravel's aim is to make development an enjoyable and creative experience by easing common tasks (authentication, database migrations/seeding, routing, templating, ...) used in most web projects
  • Laravel was originally developed by Taylor Otwell in 2011 as a more advanced alternative to the CodeIgniter framework
  • Current stable version (October 2021) is 8.62.0

Laravel MVC pattern

Laravel MVC pattern

Last Updated: 10/3/2021, 4:10:04 PM