Skip to content

msalsas/voting-bundle-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
var
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Symfony Demo Application for MsalsasVotingBundle

This is a demo for MsalsasVotingBundle.

Cloned from Symfony Demo Application.

Requirements

Installation

Execute this command to install the project:

$ git clone https://github.com/msalsas/voting-bundle-demo.git
$ cd voting-bundle-demo/
$ composer install

Usage

There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:8000:

$ cd voting-bundle-demo/
$ php bin/console server:run

Alternatively, you can configure a fully-featured web server like Nginx or Apache to run the application.