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

From mi-linux
Jump to navigationJump to search
Line 15: Line 15:
  
 
This week, go through the following steps of the tutorial:
 
This week, go through the following steps of the tutorial:
* [https://laravel.com/docs/9.x/installation Installation]
+
* [https://laravel.com/docs/9.x/database Database]
* [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:40, 10 January 2023

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

PHP Web Frameworks and databases

CodeIgniter

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

Then read the following sections of the documentation, to consolidate the above:

Laravel

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