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

From mi-linux
Jump to navigationJump to search
Line 18: Line 18:
 
* [https://codeigniter.com/user_guide/general/index.html General Topics]
 
* [https://codeigniter.com/user_guide/general/index.html General Topics]
 
* [https://codeigniter.com/user_guide/incoming/index.html Controllers and Routing]
 
* [https://codeigniter.com/user_guide/incoming/index.html Controllers and Routing]
 +
* [https://codeigniter.com/user_guide/outgoing/index.html Building Responses]
  
 
=== Laravel ===
 
=== Laravel ===

Revision as of 13:38, 10 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, go through the following steps of the tutorial: