First of all you will need a page the will keep record of the registrations. To do the paste the following code in a *.php file on a php-enabled webserver:
This guide will present the steps we followed on a GNU/Linux Ubuntu 20.04LTS to create a new project out of the Symfony 5 website skeleton. Install core dependecies First of all, we need to install all dependencies that we will need for sure. sudo apt install curl gzip git php-cli…