CST463 · S7 CSE

Module 5 — JSON and Laravel

Reference material for this module, arranged in teaching order. These are the resources used when this module was taught; the classroom posts for the current cohort go up as we cover it. Every link below is public — follow it directly.

Open the classroom → Back to CST463 hub

Reference material for this module

JSON syntax, data types and schema, manipulating JSON with PHP. Laravel: routing, middleware, controllers and views.

JSON — the data format between client and server

  1. JSON — Introduction
  2. JSON Schema
  3. Manipulating JSON data with PHP

Laravel — a PHP framework

  1. Laravel Notes
  2. Installation and project structure
  3. Routing
  4. Middleware
  5. Controllers
  6. Views and Blade templates