Skip to content

Instantly share code, notes, and snippets.

View putheakhem's full-sized avatar
🏠
Working from home

Khem Puthea putheakhem

🏠
Working from home
View GitHub Profile

Homework Lab: Building a Laravel CRUD Application

Objective

In this lab, you will create a Laravel application that includes the following:

  • A Model with an associated Migration
  • A Factory to generate dummy data
  • A View to display data
  • A Controller and Route to fetch and render data from the database
@putheakhem
putheakhem / DB-2025-Lab2.md
Created March 3, 2025 10:00
# Homework Lab: Implementing Laravel Blade Layout

Objective

In this lab, you will learn how to create and use Laravel Blade layouts to structure your application efficiently. The key tasks include:

  • Creating a Blade layout template
  • Using Blade sections and components
  • Extending the layout in child views
  • Rendering dynamic content in views

πŸ“ HTML Table Exercise

πŸ‘¨β€πŸ« Instructor: Mr. Khem Puthea

πŸ“§ Email: [email protected] πŸ’¬ Telegram: t.me/iamputhea


🎯 Learning Outcomes

πŸ“ HTML Form Exercise

🎯 Learning Outcomes

By completing this exercise, students will be able to:

  • Understand basic form elements: <form>, <input>, <textarea>, <select>, <button>
  • Set name, type, placeholder, and value attributes correctly
  • Use form submission with the action and method attributes
  • Group fields using <fieldset> and <legend>