Create a Symfony Project
Learn how to create and run a Symfony framework web application.
We'll cover the following...
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 system is
...