Skip to content

symfony/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Symfony Demo Docker

CleanShot 2024-01-12 at 6  50 13@2x

The "Symfony Demo Application" is a reference application created to show how to develop applications following the Symfony Best Practices.

You can also learn about these practices in the official Symfony Book.

Requirements

  • Docker

Usage

There's no need to configure anything before running the application. To build the images and start the containers, run:

docker compose up -d

Then access the application in your browser at http://localhost:8000. And PHPMyAdmin interface at http://localhost:8080.