Difference between revisions of "7CC005 Workshop w5"
From mi-linux
Jump to navigationJump to searchLine 1: | Line 1: | ||
[[Main Page]] >> [[7CC005|Web Technologies]] >> [[7CC005_-_Workbook|Workbook]] >> Week 06 - Web Frameworks - part 2 | [[Main Page]] >> [[7CC005|Web Technologies]] >> [[7CC005_-_Workbook|Workbook]] >> Week 06 - Web Frameworks - part 2 | ||
+ | |||
+ | == PHP Web Frameworks == | ||
+ | |||
+ | There are many PHP Web Frameworks available, and you are free to choose any you like. | ||
+ | |||
+ | We do however recommend one of the following, which offer a good balance between learning curve/real world usage: | ||
+ | * [https://codeigniter.com/user_guide/tutorial/static_pages.html CodeIgniter] - please work through the 4-part tutorial. | ||
+ | * [https://laravel.com/docs/5.3 Laravel] - see "Getting Started" section. | ||
+ | * [https://lumen.laravel.com/ Lumen] - A micro-framework based on Laravel, ideal for creating APIs. | ||
+ | |||
+ | You should spend weeks 5 and 6 working on one of the above. | ||
+ | |||
+ | == GitLab == | ||
+ | '''Important:''' Make sure that you commit your work to [[GitLab_server|GitLab]] on a regular basis! |
Revision as of 11:34, 20 January 2017
Main Page >> Web Technologies >> Workbook >> Week 06 - Web Frameworks - part 2
PHP Web Frameworks
There are many PHP Web Frameworks available, and you are free to choose any you like.
We do however recommend one of the following, which offer a good balance between learning curve/real world usage:
- CodeIgniter - please work through the 4-part tutorial.
- Laravel - see "Getting Started" section.
- Lumen - A micro-framework based on Laravel, ideal for creating APIs.
You should spend weeks 5 and 6 working on one of the above.
GitLab
Important: Make sure that you commit your work to GitLab on a regular basis!