Member-only story
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.
- Symfony Flex
- The Runtime Component
- The HttpKernel Component
- Framework Bundle
- The DependencyInjection Component
- The Config Component
- The Yaml Component
Let’s start creating a project directory.
mkdir symfony-console-skeletonNow go to the application directory.
cd symfony-console-skeletonInstalling and configuring Symfony Flex
composer require symfony/flex