Week 11-12

Lecture 21

  • Uploading files, enctype HTML attribute
  • Image intervention library, integration with Laravel, storing files in the database, pagination

Lecture 22

  • Database relationships: one to one, one to many, many to many, foreign key constraints in MySQL server
  • Eloquent model relationship: hasmany and belongsTo functions

Lecture 23

  • Fetching records with many to many relationships
  • Midterm assignment

Lecture 24

  • Attach and detach functions for insertion and deletion on records in the pivot table,