Home - MiguelFieira/AMO-HANDBOEK GitHub Wiki

Welcome to AMO-Book

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).


Setup

To make sure you can follow along make sure to install the following:


More to come soon!

F.A.Q

Why did you create this wiki?

I'm too lazy to search all the pages for a couple of commands ;-;

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 an error with connecting to my DB!

Make sure Xampp is running!

But I still encounter errors with my DB help!

Go to your taskmanager and end the process mysqld, restart your Xampp after this and it should work.

I updated my routes but it won't update!

Use the command php bin/console cache:clear to remove your old cache.

Help! My FOSUserBundle lables are broken (security.login)!

Add this code!

# app/config/packages/framework.yaml
framework:
    translator: { fallback: en }

HELPP MY PROBLEM IS NOT LISTED HERE!

Open a Issue in the Repository and we'll have a look at it!


⚠️ **GitHub.com Fallback** ⚠️