Introduction
  • Introduction + Installing Laravel
  • Creating a Model
  • Creating a Controller
  • Implementing CRUD functions
  • Creating a Migration
  • One To Many Relationship
  • Updating our CRUD with Relations
  • Optimisation with Eager Loading
  • Custom Requests
  • Working with Deleted Data