-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AMO-Book is a basic Symfony 4 guide to help you get started building your amazing Symfony application quikly and efficiently.
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).
To make sure you can follow along make sure to install the following:
- Install Composer for installing required packages.
- Install XAMPP to run a local web server.
- Install a IDE of choice, we recommend:
Why is this guide in English?
Everything is written in English because you will most likely have to make your documentation and also write your code in English. In the current IT world English is the dominant language.
Will there be a Dutch version as well?
Maybe.
I'm getting a error with connecting to my DB!
Make sure Xampp is running!
I updated my routes but it won't update!
Use the command
php bin/console cache:clearto remove your old cache.
| Content Symfony | Done | Approved |
|---|---|---|
| Setup | ✔ | ✔ |
| Controller | ✔ | ✔ |
| Database Setup | ✔ | ✔ |
| Adding Bootstrap | 75% | ❌ |
| Security | 50% | ❌ |
| FOS User Bundle | ✔ | ✔ |
| VichUploaderBundle | 75% | ❌ |
| FOSCKEditor Bundle | 75% | ❌ |
| Twig basics | ❌ | ❌ |
| Content KT-1 | Done | Approved |
|---|---|---|
| Adding a E.R.D | ❌ | ❌ |
| Adding Relations | ❌ | ❌ |
| Database Normalization | ❌ | ❌ |
// All pages will be checked by a teacher to make sure the information given is accurate
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