Welcome to our QuickStart template – your portal to swift application development and seamless local testing. Whether you're delving into Symfony for the first time or optimizing your workflow, our template, based on Symfony' Guide guide, has got you covered.
Create a Divio Account and choose Symfony from the template selection when creating a new application. Alternatively, click the Deploy to Divio
button above and follow the app creation wizard. Finally, deploy your app to the test
or live
environment.
For in-depth details about Divio Cloud, refer to the Divio documentation.
Install the Divio CLI to set up your app locally.
Alternatively, build this app locally using Docker:
- Ensure Docker is installed and running.
- Run
docker compose build
to build fresh images. - Install dependencies using
docker compose run --rm web composer install
. - Run
docker compose up
to start the project. - Open
http://localhost:8000
.