- Syllabus
- Instructor: David Tang
- TA: Shreesh Yadav
- Final project requirements (due Sunday, 5/4 at 11:59pm)
(3/31) Week 12 - Consuming Third-Party APIs, Caching
No class. Recorded lecture. See Brightspace for link to recording.
- What is an API? (slides)
- Demo
- Laravel Documentation: Cache
- Laravel Documentation: HTTP Client
- Assignment 7 (due in 2 weeks on 4/14 at 5pm)
(3/24) Week 11 - Writing Migrations, Custom Middleware, Sending Email, and Queues
- Demo (See commits on 3/24)
- Laravel Documentation: Migrations
- Laravel Documentation: Middleware
- Laravel Documentation: Mail
- Laravel Documentation: Queues
- Assignment 5 (due on 3/31 at 11:59pm)
- Assignment 6 (due in 2 weeks on 4/7 at 5pm)
- Final project (due Sunday, 5/4 at 11:59pm)
(3/17) Week 10 - Spring Break
No class
(3/10) Week 9 - Midterm Practical
(3/3) Week 8 - Authentication
- Example: Putting logic in models
- Laravel Documentation: Accessors
- Demo (See commits on 3/3)
- Laravel Documentation: Migrations
- Laravel Documentation: Authentication
- Laravel Documentation: Authentication Starter Kits
- Midterm Practical next week on 3/10
- No assignment
(2/24) Week 7 - Object-Relational Mapping
- Review Assignment 3
- ORM slides
- Laravel Debugbar
- Demo (See commits on 2/23 and 2/24)
- Laravel Documentation: Eloquent
- Laravel 12 released today
- Assignment 4 (due 3/3 at 5pm)
(2/17) Week 6 - Presidents' Day
No class
(2/10) Week 5 - Inserting data with the query builder, validation, and flash data
No class. Recorded lecture. See Brightspace for link to recording.
- Review Assignment 2
- Laravel VS Code Extension
- CSRF slides
- Demo (See commits on 2/8)
- HTML for album form
- Assignment 3 (due in 2 weeks on 2/24 at 5pm)
- Reading: Protecting Web Applications Against Cross-Site Request Forgery (CSRF) Attacks
- Laravel Documentation: Validation
- Laravel Documentation: Redirecting With Flashed Session Data
(2/3) Week 4 - Introduction to Laravel
- Review Assignment 1
- MVC Slides
- Demo (See commits on 2/2 and 2/3)
- Essential Laravel Sail Commands
- Video: PHP Namespaces in under 5 Minutes
- Assignment 2 (due 2/10 at 5pm)
- Action item: Before you leave class, create a Laravel application for Assignment 2 and push it to GitHub
(1/27) Week 3 - Review of Database-driven Web Pages with PHP and SQL
- Install and Configure MAMP
- Demo
- Assignment 1 (due 2/3 at 5pm)
- Markdown and
README.md
files - Action Item: Create a Laravel application called "music-app"
(1/20) Week 2 - MLK
No class
(1/13) Week 1 - Course Introduction, Git, GitHub, and GitHub Classroom
- Slides: Course introduction
- TA introduction
- USC Viterbi Slack
- How to ask me code related questions on Slack
- Introduction to Git and GitHub
- How to submit code through GitHub Classroom
- Practice assignment
- Download TablePlus database GUI
- Accessing this SQLite database via TablePlus
- Cheatsheet for accessing SQLite from the CLI
- Action item: Familiarize yourself with this SQLite database
- Action item: Familiarize yourself with OOP