Search⌘ K
AI Features

Run the Symfony Application

Explore how to run your Symfony application after setup, inspect key controller files, and practice modifying the home page content. This lesson helps you understand how to verify your project's initial functionality and customize web pages in Symfony efficiently.

Now that we have installed all the required software and created a Symfony project, we are ready to run our Symfony application and check if the home page is working correctly.

Inspect Symfony files

In the widget below, the Symfony application we created previously can be seen.

Under the ...