-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Miguel edited this page Mar 21, 2019
·
40 revisions
Symfony is a PHP framework for web applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the popular PHP projects (including Drupal and Magento).
This tutorial has been made for Symfony 4
- Install Composer this is used for downloading frameworks, packages, etc.
- Install XAMPP to run symfony locally.
- Install Symfony with Composer (see requirements details).
- Read the Getting Started guide if you are new to Symfony.
- Read the Official Symfony Guide for more information
-
Core-1 Documentation ("Contributes to the development process")
-
Core-2 Realization ("Realizes and tests (parts of) a product")
| Content | Done | Approved |
|---|---|---|
| Setup | ✔ | ✔ |
| Controller | ✔ | ✔ |
| Adding Bootstrap | 75% | ❌ |
| Routing | ❌ | ❌ |
| Database Setup | ✔ | ✔ |
| Adding FOS User Bundle | ✔ | ✔ |
| Custom Template FOS User Bundle | ✔ | ✔ |
| Adding a E.R.D | ❌ | ❌ |
| Adding Relations | ❌ | ❌ |
| Database Normalization | ❌ | ❌ |
| Security | ❌ | ❌ |
| Twig basics | ❌ | ❌ |
// When everything is done ask @hrobben to check if the content is correct!
Kerntaak 2 & 3
Symfony
= About code maintained by Symfony and not a third party
-
Home
-
Project Setup
-
Users
-
Unit testing
-
PDF
-
File upload
-
Text editing
-
Miscellaneous
-
Laravel
Work in progress.
ASP.NET MVC
= About code maintained or officially supported by Microsoft
-
Project Setup
-
ASP.NET Core MVC setup
- Model
- Controller
- View
-
- Unit Testing
- Inversion of control
ASP.NET Razor Pages
= About code maintained or officially supported by Microsoft
-
Project Setup
- TBA