Skip to content

mmohamed/demo

This branch is 3 commits ahead of, 794 commits behind symfony/demo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdd2f09 · Feb 23, 2019
Nov 7, 2018
Nov 30, 2018
Feb 5, 2019
Sep 30, 2018
Feb 23, 2019
Feb 5, 2019
Jan 26, 2019
Oct 26, 2018
Jan 16, 2019
Nov 1, 2018
Dec 8, 2015
Dec 13, 2018
Dec 13, 2018
Dec 13, 2018
Jul 19, 2018
Jan 22, 2019
Apr 27, 2017
Jan 7, 2018
Dec 26, 2018
Sep 20, 2017
Feb 23, 2019
Feb 23, 2019
Nov 29, 2018
Dec 13, 2018
Feb 23, 2019
Dec 11, 2018
Jan 8, 2019

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

Install the Symfony client binary and run this command:

$ symfony new --demo my_project

Alternatively, you can use Composer:

$ composer create-project symfony/symfony-demo my_project

Usage

There's no need to configure anything to run the application. If you have installed the Symfony client binary, run this command to run the built-in web server and access the application in your browser at http://localhost:8000:

$ cd my_project/
$ symfony serve

If you don't have the Symfony client installed, run php bin/console server:run. Alternatively, you can configure a web server like Nginx or Apache to run the application.

Tests

Execute this command to run tests:

$ cd my_project/
$ ./bin/phpunit

About

Symfony Demo Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.1%
  • HTML 20.7%
  • JavaScript 4.7%
  • CSS 3.5%