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

From mi-linux
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
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]
 +
 +
Then read the following concepts, to consolidate your understanding of the above:
 +
* [https://codeigniter.com/user_guide/concepts/index.html CodeIgniter4 Overview]
 +
* [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/outgoing/index.html Building Responses]
  
 
=== Laravel ===
 
=== Laravel ===
  
This week, go through the following steps of the tutorial:
+
This week, read the following sections of the documentation:
* [https://laravel.com/docs/9.x/installation Installation]
+
* [https://laravel.com/docs/10.x/lifecycle Read the Architecture Concepts]
* [https://laravel.com/docs/9.x/lifecycle Read the Architecture Concepts]
+
* [https://laravel.com/docs/10.x/routing The Basics]
* [https://laravel.com/docs/9.x/routing Work through the Basics]
+
 
 +
And work through the Bootcamp tutorial:
 +
* [https://bootcamp.laravel.com/inertia/installation Installation]
 +
* [https://bootcamp.laravel.com/inertia/creating-chirps Creating Chirps]
 +
* [https://bootcamp.laravel.com/inertia/showing-chirps Showing Chirps]

Latest revision as of 12:44, 17 January 2024

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: