Views
Front end html css. What the users interact with. UI elements.
https://laravel.com/docs/11.x/views
Status: #idea
Tags: web-programming > web-prog-mid-exam-materials Mid Exam MaterialsWeb Programming (Laravel)Mid Exam Materials
Final Exam Materials
Status: #MOC
Tags:, web-prog-mid-exam-materialsweb-prog-mid-exam-materialsWP-Mid-Exam-Materials
my-wp-uts-practice
Initialization
composer create-project laravel/laravel newProject
not necessary since no wifi and project might be already given
Database
Setup Database
1. Open .env file and look for DB_.. and make sure its the same as this
DB_CONNECTION=mysql // XAMPP runs mysql database engine
DB_HOST=127.0.0.1
DB_PORT=3306 // port for database
DB_DATABASE=laravelproject // make a new database name
DB_USERNAME=root // credentials for XAMPP
DB_PASSWORD= // empty