Week 5-6

Lecture 9

  • MYSQL server
  • Create a database in my SQL
  • Creating a new table
  • Field types
  • Inserting data into a table.

Lecture 10

  • Database configuration
  • Clearing the cache
  • Query builder using DB Facade
  • Chaining with the Query Builder [Ch. 8]

Lecture 11

  • Introduction to the eloquent model
  • Laravel conventions for model
  • Using model Facade
  • Representing a table row with a model's instance

Lecture 12

  • Database connection
  • Fetching data from database[practical session]