Sitemap

How to Configure Symfony Console Skeleton Project

Step by Step guide to configuring the Symfony Console Skeleton project.

4 min readMay 6, 2022

--

Press enter or click to view image in full size

If you are new to Symfony world, please follow the instructions from the documentation page.

Installing & Setting up the Symfony Framework

In this post, I will try to set up a standard skeleton project with Symfony Flex and install basic packages like The DependencyInjection Component, Doctrine and others.

List of packages to install and configure in this project.

Let’s start creating a project directory.

mkdir symfony-console-skeleton

Now go to the application directory.

cd symfony-console-skeleton

Installing and configuring Symfony Flex

composer require symfony/flex

--

--

Tanvir Ahmad
Tanvir Ahmad

Written by Tanvir Ahmad

Tech Lead @Clipsource, Passionate about Serverless architecture and cloud computing.

Responses (3)