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.
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
- JSON — Introduction
- JSON Schema
- Manipulating JSON data with PHP
Laravel — a PHP framework
- Laravel Notes
- Installation and project structure
- Routing
- Middleware
- Controllers
- Views and Blade templates