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

From mi-linux
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
* [https://codeigniter.com/user_guide/tutorial/news_section.html News Section]
 
* [https://codeigniter.com/user_guide/tutorial/news_section.html News Section]
 
* [https://codeigniter.com/user_guide/tutorial/create_news_items.html Create News Items]
 
* [https://codeigniter.com/user_guide/tutorial/create_news_items.html Create News Items]
 +
 +
Then read the following sections of the documentation, to consolidate the above:
 +
* [https://codeigniter.com/user_guide/database/index.html Working With Databases]
  
 
=== 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/database Database]
* [https://laravel.com/docs/9.x/lifecycle Read the Architecture Concepts]
+
 
* [https://laravel.com/docs/9.x/routing Work through the Basics]
+
And work through the remaining sections of the Bootcamp tutorial:
 +
* [https://bootcamp.laravel.com/inertia/editing-chirps Editing Chirps]
 +
* [https://bootcamp.laravel.com/inertia/deleting-chirps Deleting Chirps]
 +
* [https://bootcamp.laravel.com/inertia/notifications-and-events Notifications & Events]

Latest revision as of 12:44, 17 January 2024

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, read the following sections of the documentation:

And work through the remaining sections of the Bootcamp tutorial: