Thu, 17 Apr 2025
08:30 PM
Tarsoft Sdn Bhd

Certificate for

Certificate Holder
Hazif Hazman
Issued by Tarsoft Sdn Bhd
Laravel Training Class

A beginner-friendly Laravel class covering the basics of MVC architecture, routing, middleware, controllers, models, and views. Learn key Laravel tools and get introduced to Git for version control and teamwork.

Class Syllabus

Introduction to Laravel

Get introduced to Laravel and how it powers modern web applications.

Understanding MVC in Laravel

Learn how Laravel uses the MVC structure to separate logic, design, and data

Working with Routes & Controllers

Set up routes and controllers to handle user requests and responses.

Models & Data Flow

Use Laravel’s Eloquent ORM to connect and interact with your database.

Building Views with Blade

Create dynamic web pages using Blade templating in Laravel.

Laravel Middleware

Control access and filter requests using Laravel's middleware system

Version Control with Git

Learn Git basics to track code changes and collaborate with others.

Essential Laravel Tools

Use Artisan CLI, Tinker, and other built-in tools to boost your workflow