Hi everyone,
When setting up our projects with the framework, we typically start by installing the framework itself using the composer install command. After that, we move on to additional packages, such as the Shield authentication package and the Translation package, which we install individually using the composer require command.
My question is:
Would you prefer to have a prompt immediately after the framework installation asking if you'd like to install any of these packages (e.g.,
Shield and
Translation)? This would allow you to select the packages you want, and the installation would proceed automatically in the command line.