Search⌘ K
AI Features

Create a Symfony Project

Explore the process of setting up your development environment for a Symfony web application. Learn to verify system requirements, install and configure Git for version control, and create a new Symfony project using Composer. This lesson prepares you to begin building dynamic web apps with best practices in code management.

In this lesson, we’ll check if our terminal is ready for our Symfony project and then create a Symfony project.

Check if the system is ready

Now, we’ll check if our Linux system is ready for a Symfony installation. We can run the following command to check:

symfony check:requirements

This command should return:

[OK]                                         
Your
...