Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.8.4.1.1. Install Symfony
- Set the required versions of PHP:
- For the site — PHP 8.0 or later.
- For the console — PHP 7.2 or later.
- Connect to the hosting via SSH.
- Execute the commands:
composer create-project symfony/skeleton ~/example.com/www cd ~/example.com/www composer require webappIn the commands, replace
~/example.com/wwwwith the path to your site's directory. During installation, when prompted with the question "Do you want to include Docker configuration from recipes?", enterx. - Change the root directory of the site to
public. - Open the site in your browser and make sure the welcome page appears.
(1)