Thursday 11 October 2018

Introduction to Laravel 5

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller(MVC) architectural pattern and based on Symfony. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.


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
  • Views to render pages

Image result for what is laravel 5


Image result for what is laravel 5

Rujukan : 
1. https://en.wikipedia.org/wiki/Laravel
2. https://laravel.com/docs/5.0

------------------------------------------------------
Disedaiakan Oleh : Mariatulkibtiah binti Arshad

0 comments:

Post a Comment