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

From mi-linux
Jump to navigationJump to search
Line 1: Line 1:
 
[[Main Page]] >> [[6CS028|Advanced Web Development]] >> [[6CS028 - Workbook|Workbook]] >> Week 02
 
[[Main Page]] >> [[6CS028|Advanced Web Development]] >> [[6CS028 - Workbook|Workbook]] >> Week 02
  
== Installing Codeigniter ==
+
== Installing a PHP Web Framework ==
 
First, decide which PHP framework you would like to use.
 
First, decide which PHP framework you would like to use.
  
Line 13: Line 13:
 
* [https://codeigniter.com/user_guide/installation/index.html Installation]
 
* [https://codeigniter.com/user_guide/installation/index.html Installation]
 
* [https://codeigniter.com/user_guide/tutorial/static_pages.html Static Pages]
 
* [https://codeigniter.com/user_guide/tutorial/static_pages.html Static Pages]
 +
 +
== Laravel ==
 +
 +
This week, go through the following steps of the tutorial:
 +
* [https://laravel.com/docs/9.x/installation Installation]
 +
* [https://laravel.com/docs/9.x/lifecycle Read the Architecture Concepts]
 +
* [https://laravel.com/docs/9.x/routing Work through the Basics]

Revision as of 13:33, 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:

Laravel

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