Course Content
Laravel Introduction
Laravel is a PHP framework that uses the MVC architecture. Laravel is a robust framework that provides easy development of PHP web applications with features like a modular packaging system with a dedicated dependency manager, access to relational databases, and other utilities for application deployment and maintenance.
0/4
Laravel Routing
Routing is one of the essential concepts in Laravel. Routing in Laravel allows you to route all your application requests to its appropriate controller. The main functionality of the routes is to route all your application requests to the appropriate controller.
0/3
Laravel Controllers
Laravel controllers are an essential feature in a Laravel framework.
0/1
Private: Laravel
About Lesson

Laravel is an open-source MVC framework for PHP. It is a simple and elegant toolkit to create full-featured web applications. It reuses the existing components of different frameworks which helps in creating a web application. Laravel was created by Taylor Otwell

Laravel offers a rich set of functionalities that includes the basic features of PHP frameworks like CodeIgniter, Yii, and other programming languages like Ruby on Rails.

Features

Laravel offers the following key features which make it a perfect choice for designing web applications −

  • Modularity
  • Testability
  • Configuration Management
  • Query Builder and ORM
  • Template Engine
  • Authentication