Symfony

By duartecancela, 14 March, 2024

To create a Symfony project with a CRUD associated with a Product entity using the command line, along with installing MakerBundle and ORM (Object-Relational Mapping), you can follow these steps:

  1. Install Symfony CLI: If you haven't already, you need to install Symfony CLI. You can find installation instructions here.
  2. Create Symfony Project: Run the following command to create a new Symfony project:

symfony new my_project_name --version="7.0.*" --webapp