This is the template that can be used to create the assignment. It is based on a DDEV environment and the use of the Symfony framework.
This is a template for the application development for the internship assignment. This environment is set up with DDEV. Install this software to make use of this development environment.
Create a new personal repository based on this template
Once you have cloned this repository on your computer, you can use the following commands:
ddev start
This command starts the local development environment.
ddev stop
This command stops the local development environment.
To develop in the application, you can use the ddev ssh
command. This opens a terminal session in the virtual development environment. Here you can run the composer install
command to install the dependencies and use other symfony commands.
When everything is correctly set up, you will see this homepage at the URL that appears in your terminal after you have used ddev start
.
A basic PHP Symfony project has already been set up in this repository. For more information, read the documentation for the development environment in DDEV or the PHP framework Symfony.
If you encounter any problems while setting up the development environment, please do not hesitate to contact us!