Skip to content

damienlagae/az-symfony-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Demo Application

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

Requirements

Installation

$ composer install

Usage

There's no need to configure anything to run the application. If you have installed Symfony binary, run this command:

$ cd my_project/
$ docker-compose -d
$ symfony server:start -d

Then access the application in your browser at the given URL (https://localhost:8000 by default).

Tests

Execute this command to run tests:

$ cd my_project/
$ ./bin/phpunit

About

Symfony Demo Application (Azure)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 11.7%
  • PHP 2.9%
  • Twig 0.9%
  • SCSS 0.2%
  • Makefile 0.1%