This Author published in this journals
All Journal Intelmatics
Ahmad Zuhdi
Informatics Departement, Universitas Trisakti

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

MVC Implementation In Laravel Framework For Development Web-Based E-Commerce Applications Gatot Budi Santoso; Tondi Mulia Sinaga; Ahmad Zuhdi
Intelmatics Vol. 1 No. 1 (2021): January
Publisher : Penerbitan Universitas Trisakti

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.25105/itm.v1i1.7867

Abstract

MVC is a concept that separates three main logical components namely model, view and controller. The model represents the database, the view controls the user interface and controller connecting the model and view. The MVC concept makes coding work more structured. Laravel is a PHP framework that uses the concept of MVC so that the use of Laravel to develop an application greatly facilitates the programmer. Besides other facilities offered by Laravel, Laravel provides lightweight layout templates, provides a lot of object oriented libraries and has artistic tools for carrying out commands at the command line that can help programmers build a website or web-based application. With the many conveniences offered by Laravel, the process of developing a large website becomes easier and faster. In this research the development of web-based e-commerce applications is made using the Laravel framework.