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: 6.0

Laravel MVC pattern

Laravel MVC pattern

Last Updated: 10/2/2019, 3:52:05 AM