📄️ Installing Symfony CLI
Symfony CLI is a command line tool that helps you create, develop, and deploy Symfony applications.
📄️ Symfony Requirements
Symfony has some requirements that you need to meet before you can use it. These requirements are:
📄️ New Symfony Project
To create a new Symfony project, run the following command:
📄️ Symfony Server
Symfony Server is a local web server that you can use to develop Symfony applications. It is a replacement for the PHP built-in web server and provides a more complete development environment.
📄️ Symfony Maker Bundle
Symfony Maker Bundle is a tool that helps you create controllers, form classes, tests and more so you can forget about writing boilerplate code.
📄️ Symfony Database
Doctrine