Welcome

This is a demo

Authenticating Users

During authentication, the system tries to find a matching user for the visitor of the webpage. Traditionally,...

Read more

The User

Permissions in Symfony are always linked to a user object. If you need to secure (parts of) your application,...

Read more

Introduction

Symfony provides many tools to secure your application. Some HTTP-related security tools, like secure...

Read more

Running Symfony Applications

In production, you should install a web server like Nginx or Apache and configure it to run Symfony....

Read more

Setting up an Existing Symfony Project

In addition to creating new Symfony projects, you will also work on projects already created by other...

Read more

Installing & Setting up the Symfony Framework

Before creating your first Symfony application you must: Install PHP 8.2 or higher and these PHP extensions...

Read more