Difference between revisions of "6CS028 Workshop - Web Frameworks intro"

From mi-linux
Jump to navigationJump to search
Line 24: Line 24:
 
This week, read the following sections of the documentation:
 
This week, read the following sections of the documentation:
 
* [https://laravel.com/docs/9.x/lifecycle Read the Architecture Concepts]
 
* [https://laravel.com/docs/9.x/lifecycle Read the Architecture Concepts]
* [https://laravel.com/docs/9.x/routing Work through the Basics]
+
* [https://laravel.com/docs/9.x/routing The Basics]
  
 
And work through the Bootcamp tutorial:
 
And work through the Bootcamp tutorial:

Revision as of 17:38, 17 January 2023

Main Page >> Advanced Web Development >> Workbook >> Week 02

Installing a PHP Web Framework

First, decide which PHP framework you would like to use.

I recommend either:

CodeIgniter

This week, go through the following steps of the tutorial:

Then read the following concepts, to consolidate your understanding of the above:

Laravel

This week, read the following sections of the documentation:

And work through the Bootcamp tutorial: