- Duration: 1 Day
- Project Theme: Government Service Request Mini System
- Platform: HTML, CSS, JavaScript, Laravel, MySQL
Overview
In this lab, participants will build a simple Government Service Request Mini System. The system will begin with a public-facing request form and progress into a basic Laravel application that stores records in a database and allows internal staff to view submitted requests.
By the end of the lab, participants will produce a working prototype that includes:
- a public homepage
- a request submission form
- database storage
- a request listing page in Laravel
Learning Outcomes
By the end of this lab, participants should be able to:
- create a simple structured web page using HTML
- style a basic interface using CSS
- validate form input with JavaScript
- create a Laravel project
- connect Laravel to MySQL
- use migrations and models